thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

to detect single photo from cmd #999

Open techkuji opened 5 years ago

techkuji commented 5 years ago

photoshow.py is just for detect single image from command line

python photoshow.py --img sample_img/sample_dog.jpg

But first we have to modify the model in photoshow.py file according to cfg,weight and gpu ...