IOError: [Errno 2] No such file or directory
4.Since py-faster-rcnn does not support multiple training datasets, we need to merge VOC 2007 data and VOC 2012 data manually. Just make a new directory named VOC0712, put all subfolders except ImageSets in VOC2007 and VOC2012 into VOC0712(you'll merge some folders). I provide a merged-version ImageSets folder for you, please put it into VOCdevkit/VOC0712/. when i follow this step and marged with provided Imageset than i got this error
'USE_GPU_NMS': True}
Loaded dataset voc_0712_trainval for training
Set proposal method: gt
Appending horizontally-flipped training examples...
voc_0712_trainval gt roidb loaded from /home/user01/Music/fc/py-R-FCN/data/cache/voc_0712_trainval_gt_roidb.pkl
Traceback (most recent call last):
File "./tools/train_net.py", line 104, in
but if i use the Imageset from VOC2007 than after finish all ite i got this error,does anyone face same problem?
im_detect: 4948/4952 0.097s 0.001s
im_detect: 4949/4952 0.097s 0.001s
im_detect: 4950/4952 0.097s 0.001s
im_detect: 4951/4952 0.097s 0.001s
im_detect: 4952/4952 0.097s 0.001s
Evaluating detections
Writing aeroplane VOC results file
Traceback (most recent call last):
File "./tools/test_net.py", line 90, in
I have the same error, I just mkdir -p /home/user01/Music/fc/py-R-FCN/data/VOCdevkit0712/results/VOC0712/Main/ ,and retrain .
same question , and I fond that I change my PascalVOC2007 to PascalVOC0712 and I forget to change "/home/user01/Music/fc/py-R-FCN/data/VOCdevkit2007" to "VOCdeviket0712". now I'm retest again. (we needn't to retrain)