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

such prediction boxes arise within CornerNet-squeeze result #30

Open
DongDongXA opened this issue Apr 26, 2019 · 3 comments
Open

such prediction boxes arise within CornerNet-squeeze result #30

DongDongXA opened this issue Apr 26, 2019 · 3 comments

Comments

@DongDongXA
Copy link


demo_out


demo_out

it is clear that the bound boxes' size are wrongly identified for that the cornerpoints are wrongly grouped.
is there any ways such as nms configurations rather than modifying networks to avoid such kind of mistakenly predicted boxes?

@heilaw
Copy link
Contributor

heilaw commented Apr 28, 2019

The network mistakenly groups corners from different objects. You can try lowering the ae_threshold in the configuration file. If the distance between the embeddings of two corners is above ae_threshold, that pair of corner is rejected.

@pingqi
Copy link

pingqi commented Oct 9, 2019

@heilaw ,when to lower the ae_threshold? training or testing? or both? when I am training, the ae_thresthold is 0.5, if I using the model to test, and set the ae_threshold is 0.3, can it work?

@float4189
Copy link

I also encountered the same problem, did you solve it?

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