danieladejumo commited on
Commit
e3f8a5a
1 Parent(s): 29e84e4
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ model-index:
24
  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`.
25
 
26
  ### Usage
27
- Clone this repository using
28
  ```python
29
  repo = Repository("/local_repo_name", clone_from="danieladejumo/darknet-coco-object_detection")
30
  ```
 
24
  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`.
25
 
26
  ### Usage
27
+ Clone the repository using
28
  ```python
29
  repo = Repository("/local_repo_name", clone_from="danieladejumo/darknet-coco-object_detection")
30
  ```