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 Computation #16

Open
liumusicforever opened this issue Sep 22, 2017 · 1 comment
Open

IOU Computation #16

liumusicforever opened this issue Sep 22, 2017 · 1 comment

Comments

@liumusicforever
Copy link
Contributor

liumusicforever commented Sep 22, 2017

Hello @zhreshold ,
I am so confuse about your IOU computation during training , can you explain the file at "train/metrix.py line 106" :

max_iou = np.amax(ious[:, j])

you only select one maximum IOU from each bboxes's IOU in each images , but why didn't you compute the average of each IOUs in each images ?
And the second question is , why didn't you give the default threshold to compute IOU ?

Maybe I make something mistake , Can you explain the reason ?

@zhreshold
Copy link
Owner

It's for monitoring current training status, I just want to know the best iou during training, that's 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

2 participants