Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOError: [Errno 2] No such file or directory:/VOCdevkit2012/results/VOC2012/Action/comp10_action_val_jumping.txt' #33

Open
me-meda opened this issue Mar 27, 2017 · 3 comments

Comments

@me-meda
Copy link

me-meda commented Mar 27, 2017

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.

@maggiesh
Copy link

maggiesh commented Nov 2, 2017

I had the same error as you did. I created the folders as "data/VOCdevkit2012/results/VOC2012/Action/" then passed the test.

@chl916185
Copy link

Where to download the data set?
@me-meda @maggiesh

@maggiesh
Copy link

Below is the download link for VOCdevkit2012.
http://host.robots.ox.ac.uk/pascal/VOC/voc2012/VOCtrainval_11-May-2012.tar

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/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants