https://github.com/johnwlambert/yolotensorflow229
CS 229 Course Project. Lambert, Vilim, Buhler
https://github.com/johnwlambert/yolotensorflow229
Last synced: about 1 year ago
JSON representation
CS 229 Course Project. Lambert, Vilim, Buhler
- Host: GitHub
- URL: https://github.com/johnwlambert/yolotensorflow229
- Owner: johnwlambert
- Created: 2016-11-12T01:47:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-14T11:57:05.000Z (over 8 years ago)
- Last Synced: 2024-12-19T17:48:43.785Z (over 1 year ago)
- Language: C
- Size: 13 MB
- Stars: 50
- Watchers: 4
- Forks: 26
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YoloTensorFlow229
CS 229 Course Project. Lambert, Vilim, Buhler
The pre-trained weights are too big to stick on Github, so you'll need to download them from
Run `python yolo.py --image_path data/dog.jpg --checkpoint_path yolo.ckpt` for images
Run `python yolo.py --video_path data/input.mp4 --start frame1 --end frame2 --checkpoint_path yolo.ckpt` for videos
Run 'python TrainYolo.py' to train the network