-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cannot convert onnx to trt yolov9 #3
Comments
This repo is outdated and has some issues. I need to implement the new models and suggest using the models from this repository: https://github.com/levipereira/yolo_e2e/releases/tag/v1.0. The error occurred when using a different resolution in TensorRT than the one exported in ONNX, likely due to a bug with dynamic shape handling. Feel free to use the export functionality from https://github.com/levipereira/yolo_e2e/ as well. You can also try re-exporting the model from pt to onnx at a resolution of 640x640 and retry |
error
|
Can you help? this issue when I run ./start-triton-server.sh
Im using
nvcr.io/nvidia/tritonserver:21.07-py3
The text was updated successfully, but these errors were encountered: