Faster-RCNN_TF
Faster-RCNN_TF copied to clipboard
KeyError: '000001' problem
i training a model ,i meet a problem what is called KeyError: '000001',the detail as followed ,what should i do.thanks!
...
im_detect: 4951/4952 0.505s 0.001s
im_detect: 4952/4952 0.505s 0.001s
Evaluating detections
Writing aeroplane VOC results file
Writing bicycle VOC results file
Writing bird VOC results file
Writing boat VOC results file
Writing bottle VOC results file
Writing bus VOC results file
Writing car VOC results file
Writing cat VOC results file
Writing chair VOC results file
Writing cow VOC results file
Writing diningtable VOC results file
Writing dog VOC results file
Writing horse VOC results file
Writing motorbike VOC results file
Writing person VOC results file
Writing pottedplant VOC results file
Writing sheep VOC results file
Writing sofa VOC results file
Writing train VOC results file
Writing tvmonitor VOC results file
VOC07 metric? Yes
Traceback (most recent call last):
File "./tools/test_net.py", line 98, in
Hello, I met the same question,did you have solved it ?
grep "000001" inside annotation folder. Somewhere in any of xml file. You have defined class as "000001".
@Suodislie Clear your cache files before starting any training.
this might help you.https://github.com/rbgirshick/py-faster-rcnn/issues/163
thanks @liuxinhai