Commit
·
e3f8a5a
1
Parent(s):
29e84e4
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 the repository using
|
| 28 |
```python
|
| 29 |
repo = Repository("/local_repo_name", clone_from="danieladejumo/darknet-coco-object_detection")
|
| 30 |
```
|