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 do postprocessing #10

Closed
luohao123 opened this issue Nov 11, 2021 · 2 comments
Closed

how to do postprocessing #10

luohao123 opened this issue Nov 11, 2021 · 2 comments

Comments

@luohao123
Copy link

the mask seems not accurate, for a same object, it still could be generate multiple masks which is not good, how to postprocessing supress them?

@ZwwWayne
Copy link
Owner

This is a common issue for all detectors. You can just set a threshold to suppress them. For methods like DETR/K-Net, we usually just output what the network output and it works.

@luohao123
Copy link
Author

@ZwwWayne I found original code outputs fixed 100 objects. I fixed by using a threshold.

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

2 participants