-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
One question about test.py #574
Comments
We don't have annotations for the test set. |
We used the validation set for validation and reported validation accuracy. We also reported the testing set accuracy for testing in the paper. Remark that the testing set should be only used once for each method, so most of the experiments are done on the validation set. |
@xingyizhou Why the result.json file generated from the test.py execution contains for each associated image_id different category_id. This can be seen in the following figure. For a better observation, I organize for each "image_id" the values corresponding to "category_id", "score" and "bbox" in a .txt file. As can be seen, there are too many "category_id" for each of the classes, which is an error, since in the image that I am using there are no more than 8 objects to detect. I would like to know, how can I get the true corresponding values "category_id", "score" and "bbox" for each real object in each image? |
Could you tell me how to change the code to use test data ? |
Why do tests use val data instead of test data?
The text was updated successfully, but these errors were encountered: