hizhangp / yolo_tensorflow

Tensorflow implementation of YOLO, including training and test phase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TEST.py won't terminate

Meghal17 opened this issue · comments

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?