danieladejumo commited on
Commit
147e6c9
1 Parent(s): 5dd2bfa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -3,6 +3,8 @@ license: gpl
3
  ---
4
  ## Darknet Object Detection on the COCO dataset
5
 
 
 
6
  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`.
7
 
8
  ### Usage
@@ -11,4 +13,4 @@ Clone the repository using
11
  repo = Repository("/local_repo_name", clone_from="danieladejumo/darknet-coco-object_detection")
12
  ```
13
 
14
- Run a detection by using the function `detect(path_to_image)` `darknet-coco-object_detection.ipynb`. The output image with the detection rectangle and classes will be saved to images/image_file_name-det.jpg
 
3
  ---
4
  ## Darknet Object Detection on the COCO dataset
5
 
6
+
7
+
8
  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`.
9
 
10
  ### Usage
 
13
  repo = Repository("/local_repo_name", clone_from="danieladejumo/darknet-coco-object_detection")
14
  ```
15
 
16
+ Run a detection by using the function `detect(path_to_image)` `darknet-coco-object_detection.ipynb`. The output image with the detection rectangle and classes will be saved to `images/image_file_name-det.jpg`