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

One question about test.py #574

Open
kunsung opened this issue Jan 6, 2020 · 5 comments
Open

One question about test.py #574

kunsung opened this issue Jan 6, 2020 · 5 comments

Comments

@kunsung
Copy link

kunsung commented Jan 6, 2020

Why do tests use val data instead of test data?
1

@xingyizhou
Copy link
Owner

We don't have annotations for the test set.

@kunsung
Copy link
Author

kunsung commented Jan 9, 2020

We don't have annotations for the test set.

So can a validation set be used for both validation and testing? Or use train sets for training and validation, and validation sets for testing.
1

@xingyizhou
Copy link
Owner

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.

@jhonjam
Copy link

jhonjam commented Sep 2, 2020

@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.
result

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?

Tank you
txt

@chordxu
Copy link

chordxu commented Oct 19, 2020

Could you tell me how to change the code to use test 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

4 participants