efficientNMSPlugin: support class-independent nms with new parameter class_agnostic#2593
Closed
yili123123 wants to merge 1 commit into
Closed
efficientNMSPlugin: support class-independent nms with new parameter class_agnostic#2593yili123123 wants to merge 1 commit into
yili123123 wants to merge 1 commit into
Conversation
Author
|
@rajeevsrao @pranavm-nvidia Hi, can you take your time to review this. |
samurdhikaru
reviewed
Feb 6, 2023
samurdhikaru
reviewed
Feb 6, 2023
samurdhikaru
reviewed
Feb 6, 2023
46f58b7 to
d9619ff
Compare
Signed-off-by: yili123123 <120350735+yili123123@users.noreply.github.com> Co-authored-by: Samurdhi Karunaratne <97725867+samurdhikaru@users.noreply.github.com>
Author
|
@samurdhikaru ,sorry for closing the previous pull request by mistake. Can you take your time to review the new PR? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some object detection networks/architectures like YOLO series need to use class independent nms operations. Now we can do class independent nms when the
class_agnosticis enabled, otherwise, different class would do nms respectively.