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

Enable selection of V4 and V5 for NonMaxSuppression #732

Merged
merged 1 commit into from
Jan 21, 2025
Merged

Conversation

PINTO0309
Copy link
Owner

1. Content and background

  • NonMaxSuppression
    • Enable selection of V4 and V5 for NonMaxSuppression.
        -snms {v4,v5}, --switch_nms_version {v4,v5}
          Switch the NMS version to V4 or V5 to convert.
          e.g.
          NonMaxSuppressionV4(default): --switch_nms_version v4
          NonMaxSuppressionV5: --switch_nms_version v5
      
      image

2. Summary of corrections

3. Before/After (If there is an operating log that can be used as a reference)

4. Issue number (only if there is a related issue)

@PINTO0309 PINTO0309 merged commit 372a8da into main Jan 21, 2025
3 checks passed
@PINTO0309 PINTO0309 deleted the feat/nms_v5 branch January 21, 2025 22:35
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