Darknet Object Detection on the COCO dataset

This model uses a pretrained YOLO Darknet model to perform object detection on an input image. The model is able to identify 80 classes from the COCO dataset. The classes are listed here config/coco.names.

Usage

Clone the repository using

repo = Repository("/local_repo_name", clone_from="danieladejumo/darknet-coco-object_detection")

Run a detection by using the function detect(path_to_image) in the notebook darknet-coco-object_detection.ipynb. The output image with the detection rectangle and classes will be saved to images/image_file_name-det.jpg

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

Evaluation results