yolov7
yolov7 copied to clipboard
ERROR while convert to TensorRT from ONNX on Jetson Nano
Hello
I have converted successfully Yolov7-Tiny to ONNX via https://colab.research.google.com/github/WongKinYiu/yolov7/blob/main/tools/YOLOv7onnx.ipynb#scrollTo=VaPGM88g-_CE tutorial
But when I try to convert ONNX to TensorRT on Jetson Nano I get this error: "Error Code 2: Internal Error (Assertion status == kSTATUS_SUCCESS failed.)" Here is my Jetson Nano system information: CUDA: 10.2.300 TensorRT: 8.0.1.6 cuDNN: 8.2.1.32
Any help will be appreciate
I recently did the same conversion on a GTX1080. I was also getting an error when converting from ONNX to TRT. Error was solved when I installed PyTorch 1.12. Using version 1.10 didn't work.
Please check this issue
I recently did the same conversion on a GTX1080. I was also getting an error when converting from ONNX to TRT. Error was solved when I installed PyTorch 1.12. Using version 1.10 didn't work.
Please check this issue
Thank you, i will try that
how do you convert the onnx model to trt on a nano?