Compile Jetson-inference on jetson tx2

I want to install GitHub - dusty-nv/jetson-inference: Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson. on my jetson tx2. I have installed CUDA, tensorRT and cuDNN from Jetpack on a host PC.

The error I have now is warning libcudnn.so.6, needed by /usr/lib/gcc/aarch64-linux-gnu/5/…/…/…/aarch64-linux-gnu/libnvinfer.so, not found.

Please help.

Hi,

It looks like TensorRT doesn’t install correctly in your environment.
Could you reinstall it with JetPack again?

Thanks