endernewton / tf-faster-rcnn

Tensorflow Faster RCNN for Object Detection
https://arxiv.org/pdf/1702.02138.pdf
MIT License
3.65k stars 1.58k forks source link

A bug occurred at the end of the training network #398

Open huaxv opened 5 years ago

huaxv commented 5 years ago

FileNotFoundError: [Errno 2] No such file or directory: '/home/amax/yang4/11.6ceshi/tf-faster-rcnn/data/VOCdevkit2007/results/VOC2007/Main/comp4_27302730-0687-4bc1-93d0-24cb11492f19_det_test_aeroplane.txt' Command exited with non-zero status 1

rnsandeep commented 5 years ago

You have to create the directory first /home/amax/yang4/11.6ceshi/tf-faster-rcnn/data/VOCdevkit2007/results/VOC2007/Main/ and then run.

huaxv commented 5 years ago

@rnsandeep Thank you!

Emma-uestc commented 5 years ago

this kind error does exist after created the directory ./tf-fastre-rcnn/data/VOCdevkit2007/results/VOC2007/...