Run onnx model on jetson nano

I trained a object detection model using faster-rcnn in pytorch and have converted the model into onnx. How do i run this onnx model on jetson nano?

1 Like

Hi,

You can use either onnxruntime or TensorRT.

ONNXRuntime: please find below page to install the onnxruntime package for Jetson:
https://elinux.org/Jetson_Zoo#ONNX_Runtime

TensorRT: please check below topic for the example:

Thanks.