Hi,
I installed my Jetson Javier with the latest jetpack
(including 5.0.3 of tensorrt)
And it seems that it doesnt embed the python3-libnvinfer.
It also doesnt have the uff.
Do you know how i can have them ?
Thank you!
François
Hi,
I installed my Jetson Javier with the latest jetpack
(including 5.0.3 of tensorrt)
And it seems that it doesnt embed the python3-libnvinfer.
It also doesnt have the uff.
Do you know how i can have them ?
Thank you!
François
Found that on the Web.
This may still be the case right ?
Hi,
Please remember that TensorRT python API is only available on x86 environment. It also requires PyCUDA installed first.
You can follow this page to install PyCUDA.
https://docs.nvidia.com/deeplearning/sdk/tensorrt-install-guide/index.html#installing-pycuda
After that, please follow this page to install TensorRT.
https://docs.nvidia.com/deeplearning/sdk/tensorrt-install-guide/index.html#installing
Thx !
Hi,
Python API aarch64 support will start from the next TensorRT version.
Please pay attention to our announcement for the release.
Thanks.