Run onnx model on jetson nano

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.