You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear gkioxari,
I'm sorry to bother you.but I meet some trouble.When I try , it occurs some error:
Writing jumping VOC results file
Traceback (most recent call last):
File "./tools/test_net.py", line 75, in
test_net(net, imdb)
File "/home/customer/xubing/RstarCNN/tools/../lib/fast_rcnn/test.py", line 285, in test_net
imdb._write_voc_results_file(all_boxes)
File "/home/customer/xubing/RstarCNN/tools/../lib/datasets/pascal_voc.py", line 247, in _write_voc_results_file
with open(filename, 'wt') as f:
IOError: [Errno 2] No such file or directory: '/home/customer/xubing/RstarCNN/tools/../lib/datasets/../../data/VOCdevkit2012/results/VOC2012/Action/comp10_action_val_jumping.txt'
but there is no sub file 'results' in the file 'VOCdevkit2012',and could you tell me how to get this file or some steps I did wrong before?
could you help me ? Thanks for your help.
The text was updated successfully, but these errors were encountered:
Please copy the unzipped VOCdevkit2012 to PATH/TO/data/. @chl916185
Though only Action images are necessary for this case, I would recommend copying the whole to PATH/TO/data/.
Dear gkioxari,
I'm sorry to bother you.but I meet some trouble.When I try , it occurs some error:
Writing jumping VOC results file
Traceback (most recent call last):
File "./tools/test_net.py", line 75, in
test_net(net, imdb)
File "/home/customer/xubing/RstarCNN/tools/../lib/fast_rcnn/test.py", line 285, in test_net
imdb._write_voc_results_file(all_boxes)
File "/home/customer/xubing/RstarCNN/tools/../lib/datasets/pascal_voc.py", line 247, in _write_voc_results_file
with open(filename, 'wt') as f:
IOError: [Errno 2] No such file or directory: '/home/customer/xubing/RstarCNN/tools/../lib/datasets/../../data/VOCdevkit2012/results/VOC2012/Action/comp10_action_val_jumping.txt'
but there is no sub file 'results' in the file 'VOCdevkit2012',and could you tell me how to get this file or some steps I did wrong before?
could you help me ? Thanks for your help.
The text was updated successfully, but these errors were encountered: