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

Fix class agnostic NMS when #detections exceeds split_thr #544

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TvdrBurgt
Copy link

When the number of detections before NMS exceeds the value set by split_thr, NMS would be performed class specifically even if class_agnostic=True. This fix ensures that NMS is always performed class agnostically when class_agnostic=True.

@TvdrBurgt TvdrBurgt marked this pull request as ready for review December 7, 2023 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant