Not able to use detectnet with tensorrt 3

I am able to run image classification examples but detectnet-camera and detectnet-console dont seem to work. The error log says that, the prototxt file is NULL, and detectnet fails to initialize. I tried building twice and making sure the download size of the models are correct. What would have gone wrong in this case?

Hi,

You will need to check out the corresponding branch for the TensorRT3 support.

Are you are using JetPack3.2.1?
If yes, please try to use L4T-R28.2 branch for your environment.

git clone -b L4T-R28.2 https://github.com/dusty-nv/jetson-inference.git

Thanks.