Skip to content

fix: NMS identical area tie‑breaker#291

Open
Rafostar wants to merge 1 commit into
CVCUDA:mainfrom
Rafostar:nms-fix
Open

fix: NMS identical area tie‑breaker#291
Rafostar wants to merge 1 commit into
CVCUDA:mainfrom
Rafostar:nms-fix

Conversation

@Rafostar

@Rafostar Rafostar commented Jun 18, 2026

Copy link
Copy Markdown

In cases when both input bounding boxes have the same score and area, operation leaves them both. This causes duplicates in output mask. It should leave only single bounding box while discarding all the other duplicates.

Fixes #292

In cases when both input bounding boxes have the same score
and area, operation leaves them both. This causes duplicates
in output mask. It should leave only single bounding box while
discarding all the other duplicates.
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.

[BUG] NMS: Identical scores and areas boxes are not suppressed

1 participant