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

How to avoid one object is detected to belong to different categories and the bboxes have high IoU ? #795

Closed
sisrfeng opened this issue Aug 15, 2020 · 1 comment

Comments

@sisrfeng
Copy link

Hi, I set the --vis_thresh 0.2 to get more TP though there will be more FP at the same time.
Then the problem arises:
one object is detected to belong to different categories and the bboxes have high IoU.

If I concatenat results[j] for j in categories __list to get results (a dict as written in ctdet.py) , then the variable results is a list ranther a dict.

Would you mind giving me some guide?
Many thanks !

@sisrfeng
Copy link
Author

I am so silly that I expected the concatenated numpy array to be a dict!

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