Skip to content

Commit 0764d1e

Browse files
authored
Update README.md
1 parent eb8c931 commit 0764d1e

File tree

1 file changed

+6
-1
lines changed
  • Object detection using YOLO (DarkNet)

1 file changed

+6
-1
lines changed

Object detection using YOLO (DarkNet)/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
Real-time object detection with a webcam.
44

5-
- First up, download the weights file from [**here**](https://drive.google.com/file/d/1H-x7vUsS28M89xbaQwH21yh9Fz65xC5Z/view?usp=sharing) and place it in the bin folder.
5+
![Demo](demo.gif?raw=true "demo")
6+
7+
---
8+
## Inference
9+
10+
- First up, download the weights file from [**here**](https://drive.google.com/file/d/1H-x7vUsS28M89xbaQwH21yh9Fz65xC5Z/view?usp=sharing) and place it in the bin folder (create it).
611
- Respectively rename/match the file in webcam.py (``` 'load': 'bin/yolov2.weights' ```).
712
- To run:
813

0 commit comments

Comments
 (0)