Caffe on Jetson nano objection detection

Hello I am trying to Install Caffe on jetson nano [url]http://caffe.berkeleyvision.org/install_apt.html[/url] but getting a lot of errors try to do some R&D found that jetson nano has preinstalled caffe but don’t know how to run it so is there any example to run caffe objection detection like SSD or mobile net on jetson nano any code to test.

Hi,

We don’t pre-install the Caffe framework on Jetson Nano.
But there is a TensorRT library which can run a caffe model:
[url]https://developer.nvidia.com/tensorrt[/url]

To start with, it’s recommended to check our tutorial first:
[url]https://github.com/dusty-nv/jetson-inference[/url]

Thanks.