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

IoU threshold in IoU Net #23

Open
Muran337287 opened this issue May 13, 2019 · 2 comments
Open

IoU threshold in IoU Net #23

Muran337287 opened this issue May 13, 2019 · 2 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@Muran337287
Copy link

Muran337287 commented May 13, 2019

Hi, in your paper, predicted boxes with IoU larger than 0.5 will be fed into IoUNet.
I have a question that did you have a try to set the threshold as 0.0? We will regard boxes with IoU>0.5 as positive boxes, but does IoU net have the ability to distinguish boxes with low IoU?
If IoU net can only generate IoU score larger than 0.5, will it affect the performance?

@vacancy vacancy self-assigned this Jul 13, 2019
@vacancy
Copy link
Owner

vacancy commented Aug 21, 2019

No, definitely if all boxes during training are of IoU>0.5, you can not expect the model to generalize to low-IoU boxes. This threshold is important since using all bounding boxes to train the IoU head (boxes with arbitrary IoU) will affect the performance of the prediction accuracy. (simply because there are much more training examples with larger visual variance)

@jbr97
Copy link

jbr97 commented Sep 17, 2019

I have some extra words about the thresholds we've tried at the bottom of #36.
If you are interested that might be helpful.

@vacancy vacancy added the good first issue Good for newcomers label Sep 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants