-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
how to implement softer-NMS by pytorch version #8
Comments
I saw the source code,it seems we should predict the standard variance before executing NMS. So there should be more change? |
I implemented only the KL-loss part in pytorch. I haven't test but you can check dies it work. The bbox_pred_std is the 'alpha' in the paper.
|
@JoyHuYY1412 |
3rd party reimplementation in PyTorch: ethanhe42/KL-Loss#20 |
just change a little bit code in soft NMS ?could you please illustrate detailly?
The text was updated successfully, but these errors were encountered: