Hi.
Here is my problem, I can't install Tensor RT by "sudo dpkg -i nv-gie-repo-ubuntu1604-ga-cuda8.0-trt2.1-20170614_1-1_amd64.deb". After I tried this, the install process goes well and I got out put
(Reading database ... 276200 files and directories currently installed.)
Preparing to unpack nv-gie-repo-ubuntu1604-ga-cuda8.0-trt2.1-20170614_1-1_amd64.deb ...
Unpacking nv-gie-repo-ubuntu1604-ga-cuda8.0-trt2.1-20170614 (1-1) over (1-1) ...
Setting up nv-gie-repo-ubuntu1604-ga-cuda8.0-trt2.1-20170614 (1-1) ...
OK
But when I check "NvInfer.h". I got nothing in "/usr/". And when I install "jetson-inference". It could not find Tensor RT.
So I download "TensorRT-2.1.2.x86_64.cuda-8.0-16-04.tar.bz2". So how can I install Tensor RT by using the tar file?
THANKS.