danieladejumo
commited on
Commit
•
d625b18
1
Parent(s):
147e6c9
Update README.md
Browse files
README.md
CHANGED
@@ -13,4 +13,4 @@ Clone the repository using
|
|
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`
|
|
|
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)` 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`
|