-
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
Support dynamic shape mechanism for TensorRT #266
Comments
Hi @luohao123 , Thanks for creating this ticket, What is the TensorRT version you are using now? We are only support TensorRT 8.0+ now. And could you supply a more detailed example to reproduce this error so that we could debug? |
@zhiqwang I think I forget to initPlugin when parsing trt since it contains BatchedNMSPlugin. However, I actually want set the model input width height when convert, rather than export. So I set enable_dynamic to be True, but got error like this:
How to change the model input width and height after convert onnx? |
Hi @luohao123 ,
Got it, currently we don't support the dynamic shape mechanism for TensorRT in |
Hi @zhiqwang. Is there any update on the dynamic shape mechanism for TensorRT? |
🐛 Describe the bug
error:
I can visualize the yolov5 outputs using netron, but go trough all onnx model can not detection outputs which marked as output, And tensorrt parsing it error.
However, if using
onnx2trt
it seems can parse,Versions
please help
The text was updated successfully, but these errors were encountered: