hizhangp / yolo_tensorflow

Tensorflow implementation of YOLO, including training and test phase.
MIT License
799 stars 442 forks source link

TEST.py won't terminate #76

Closed Meghal17 closed 6 years ago

Meghal17 commented 6 years ago

After running test.py, and successfully detecting the objects, the program won't terminate. I have to press ctrl+z to terminate the code manually. Is it supposed to be this way or is there any error?