Skip to content

Commit 808d0dd

Browse files
committed
Add large files
1 parent 6e41e7d commit 808d0dd

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.weights filter=lfs diff=lfs merge=lfs -text
2+
*.h5 filter=lfs diff=lfs merge=lfs -text

Object detection using YOLO (DarkNet)/README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,14 @@ Real-time object detection with a webcam.
77
---
88
## Inference
99

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' ```).
12-
- To run:
13-
14-
```
15-
python webcam.py
16-
```
10+
Run the webcam using: ```python webcam.py```.
1711

1812
## References
1913

2014
- YOLO TensorFlow implementation (darkflow): https://github.com/thtrieu/darkflow
2115
- Other trained model weights from official doc: https://pjreddie.com/darknet/yolo/
2216
- More cool tutorials: https://github.com/markjay4k/YOLO-series
2317

24-
2518
---
2619

2720
saimj7/ 30-03-2019 © <a href="http://saimj7.github.io" target="_blank">Sai_Mj</a>.

0 commit comments

Comments
 (0)