-
Notifications
You must be signed in to change notification settings - Fork 7
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
added EfficientNMS (code) #4
Comments
@Egorundel awesome! i will try. |
@Egorundel @thaitc-hust Thank you for the wonderful work! I was considering developing it myself, but I've already found more than half of the work done. I'm going to set up the scripts to add to Nvidia Triton Server and create an application using Nvidia DeepStream for testing. All I need to do now is gather all the code into a single command to generate the model End2End. Once it's ready, I'll come back here to share. |
I've created a forked repository from the original, adding End-to-End support for ONNX export. |
@thaitc-hust Hello! I edited your code (add_nms_plugins_custom.py) for EfficientNMS_TRT. It working on C++, I checked with myself.
And it seems that because of EfficientNMS, now the speed of creating the TensorRT engine is faster and the inference itself seems to be too.
add_nms_plugins_custom.py:
The text was updated successfully, but these errors were encountered: