gliese581gg / YOLO_tensorflow

tensorflow implementation of 'YOLO : Real-Time Object Detection'
Other
1.72k stars 656 forks source link

How to run on Windows10 tensorflow platform? #21

Open linrio opened 7 years ago

linrio commented 7 years ago

I want to run this project on windows10 tensorflow. How to achieve?

aeon0 commented 7 years ago

Follow these instructions https://www.tensorflow.org/install/install_windows. Install numpy and opencv. Download the weight files. Put them in the "weights" folder. Run any of the three python files.