An open API service indexing awesome lists of open source software.

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

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