qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.45k forks source link

python yolo.py no respond #514

Open O3Oalreadytaken opened 5 years ago

O3Oalreadytaken commented 5 years ago

I have successfully converted the official data into h5 , and placed them in the appropriate location, but when I start python yolo.py with cmd, the window will display" Using TensorFlow backend." Then the operation will end. "Input image filename" will not be displayed. How can I do? :0

sirius0503 commented 5 years ago

If you are doing prediction you are supposed to use yolo_video.py with the requisite args, read the readme file again