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

_ious[cell_ind, a, :] = ious_reshaped[cell_ind, a, i] #64

Open
22wei22 opened this issue Mar 26, 2018 · 1 comment
Open

_ious[cell_ind, a, :] = ious_reshaped[cell_ind, a, i] #64

22wei22 opened this issue Mar 26, 2018 · 1 comment

Comments

@22wei22
Copy link

22wei22 commented Mar 26, 2018

Ask for help,in your code,you use _ious[cell_ind, a, :] = ious_reshaped[cell_ind, a, i],
I think _ious[cell_ind, a, :] = anchor_ious[a, i]

@Erotemic
Copy link

Erotemic commented Mar 26, 2018

No, the predicted IOU should be compared to the IOU with the groundtruth box, not the anchor box. I'm vetting this code fairly extensively right now, and I believe this is right.

See: #19

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