Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Window mode and Video suppport(Separate Files) #7

Merged
merged 12 commits into from
Apr 7, 2018
Prev Previous commit
Next Next commit
Add yolo_video
  • Loading branch information
tanakataiki authored Apr 7, 2018
commit 98b7f741e111bba66237956174f67a0baeef38c1
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ Training is not supported.
wget https://pjreddie.com/media/files/yolov3.weights
python convert.py yolov3.cfg yolov3.weights model_data/yolo.h5
python yolo.py
or
python yolo_video.py
```