-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update batchedNMS plugin to IPluginV2DynamicExt
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
- Loading branch information
1 parent
11bdf61
commit 0e1638d
Showing
2 changed files
with
115 additions
and
71 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
0e1638d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IPluginV2DynamicExt implementation requires network without implicit batch dimension while previous version could handle implicit batch dimension. There is a compatibility issue here.
When I build the TensorRT with this commit, it calls ERROR on my program.
0e1638d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@roborocklsm Fixes in #738. Can you check and let me know if the new plugin (
BatchedNMSDynamic_TRT
) works?