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

Problem generating the true detections in CenterNet when running test.py #804

Open
jhonjam opened this issue Sep 2, 2020 · 0 comments
Open

Comments

@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?

Tanks you

txt

@jhonjam jhonjam changed the title Problem generating the true CenterNet detections when running test, py Problem generating the true detections in CenterNet when running test.py Sep 2, 2020
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

1 participant