danieladejumo
commited on
Commit
•
29e84e4
1
Parent(s):
279b110
Push Test
Browse files
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
|
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 this repository using
|
28 |
```python
|
29 |
repo = Repository("/local_repo_name", clone_from="danieladejumo/darknet-coco-object_detection")
|
30 |
```
|