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

error in source_pascal_voc.py #41

Open
tng016 opened this issue Feb 20, 2019 · 1 comment
Open

error in source_pascal_voc.py #41

tng016 opened this issue Feb 20, 2019 · 1 comment

Comments

@tng016
Copy link

tng016 commented Feb 20, 2019

I am trying to output test statictics of the entire VOC test data

in function load_test_data in file source_pascal_voc.py
there is a line:

root = data_dir + '/test/VOCdevkit/VOC2012'

however the VOC 2012 has no test data but the 2007 data has. Could it be an error and you intended it to be

root = data_dir + '/test/VOCdevkit/VOC2007'

changing the line works for me

@frank-wei
Copy link

I think that is typo or sth that needs to be fixed.

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

2 participants