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

About NMS #50

Open
bot66 opened this issue Sep 28, 2019 · 0 comments
Open

About NMS #50

bot66 opened this issue Sep 28, 2019 · 0 comments

Comments

@bot66
Copy link

bot66 commented Sep 28, 2019

Why sort bbox with objectness score (Pobj) rather than individual class score (Pc)
util.py line 149
conf_sort_index = torch.sort(image_pred_class[:,4], descending = True )[1]
I searched NMS sort bbox with Pc and compute the rest bbox IoU with Top Pc score bbox then throw away bboxes IoU bigger than treshhold.
And this code is Pobj...

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

1 participant