-
Notifications
You must be signed in to change notification settings - Fork 152
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
Use EfficientNMS_TRT
plugin when exporting TensorRT
#288
Conversation
41f1e02
to
a1f9059
Compare
ce13ca5
to
c72dd6a
Compare
Codecov Report
@@ Coverage Diff @@
## main #288 +/- ##
=======================================
Coverage 94.01% 94.01%
=======================================
Files 11 11
Lines 718 718
=======================================
Hits 675 675
Misses 43 43
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
The previous example works ok after this change.
Known cons
We have to update the TensorRT to 8.2 to call the
EfficientNMS_TRT
plugin. And seems that there is a bug about the float16 of this plugin: NVIDIA/TensorRT#1758 (comment) and was fixed since version 8.2.4.