Skip to content

Fix class agnostic NMS when #detections exceeds split_thr#544

Open
TvdrBurgt wants to merge 1 commit intoRangiLyu:mainfrom
TvdrBurgt:main
Open

Fix class agnostic NMS when #detections exceeds split_thr#544
TvdrBurgt wants to merge 1 commit intoRangiLyu:mainfrom
TvdrBurgt:main

Conversation

@TvdrBurgt
Copy link
Copy Markdown

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant