nilboy / tensorflow-yolo

tensorflow implementation of 'YOLO : Real-Time Object Detection'(train and test)
774 stars 312 forks source link

Real-time webcam evaluation #64

Closed Fju closed 6 years ago

Fju commented 6 years ago

I added webcam support to the demo file. It can run the YOLO model on real-time webcam image data.

Run demo.py as follows:

#run model on cat image (default)
python demo.py --source image
#run model on webcam data
python demo.py --source webcam

Have a nice day!

Fju commented 6 years ago

Sorry, I accidentally made this PR twice because Github had internal server and database errors. I thought that my PR was lost since Github threw error 404 when I wanted to open #64 which is why I made a new one. :see_no_evil: Just ignore this PR