HiKapok / SSD.TensorFlow

State-of-the-art Single Shot MultiBox Detector in Pure TensorFlow, QQ Group: 758790869
Apache License 2.0
323 stars 153 forks source link

questions about voc_eval.py #107

Closed ydhongHIT closed 5 years ago

ydhongHIT commented 5 years ago

I ran the program following the instruction but there was the problem. VOC07 metric? Yes Traceback (most recent call last): File "voc_eval.py", line 268, in do_python_eval() File "voc_eval.py", line 79, in do_python_eval ovthresh=0.5, use_07_metric=use_07_metric) File "voc_eval.py", line 200, in voc_eval with open(detpath, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: './logs/predict/results_4.txt' After this, I created files from 'results_1' to 'results_21' in the '/logs/predict' but it wasn't useful.

zhouqinhe commented 5 years ago

run python eval_ssd.py can build result_*.txt before run python voc_eval.py