-
Notifications
You must be signed in to change notification settings - Fork 23
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
Tensorrt not working and not able to install in the 4.6 image #27
Comments
Try
|
with the image tensorrt doesnt work. It says could not find the module tensorrt. |
Iam using YoloV8 model for detection/inference. This requires python 3.8 and in Python3.8 if I call for Tensorrt it does not appear. It gives error saying tensorrt not found. With 3.6 it works fine. It shows TensorRT 8.0.0.1 Let me know if I am not clear. Thanks. |
That's clear now. |
I have used QEngineering 20.04 image. It comes with native Python 3.8 on board. I did install Python 3.8. |
Tensortrt does not work. I am trying to run simple code in python3 -
import tensorrt as trt
trt.version
Also have issues in installing onnx and onnxsim modules with this image.
Can someone help me on this.
The text was updated successfully, but these errors were encountered: