You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Object detection using YOLO (DarkNet)/README.md
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,14 @@ Real-time object detection with a webcam.
7
7
---
8
8
## Inference
9
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).
11
-
- Respectively rename/match the file in webcam.py (``` 'load': 'bin/yolov2.weights' ```).
0 commit comments