We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I think that is typo or sth that needs to be fixed.
Sorry, something went wrong.
No branches or pull requests
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:
however the VOC 2012 has no test data but the 2007 data has. Could it be an error and you intended it to be
changing the line works for me
The text was updated successfully, but these errors were encountered: