Hardware Platform: DRIVE AGX Xavier™ Developer Kit
Software Version: DRIVE Software 10.0
Host Machine Version: native Ubuntu 18.04
SDK Manager Version: 1.3.1.7110
I have Drive Software 10.0 installed with the SDK Manager. I expect that TensorRT Version 5.1.4 should automatically be installed on the target as part of this package.
How do I verify that TensorRT has correctly been installed on the Drive AGX?
I can see libnvinfer.so.5.1.4 in /usr/local/driveworks/lib/.
However, i do not get any succesful response with:
dpkg -l | grep nvinfer
Is this normal or do I need further steps to install TensorRT?
When trying to import NvInfer.h, I receive an error that the file does not exist. Is this just a linking error or is the package not correctly installed?
Also, is the TensorRT Python API still not supported for the Drive AGX?