Deploying ONNX model onto Jetson Nano

Hi,

You can run the model with trtexec directly.

$ /usr/src/tensorrt/bin/trtexec --onnx=[your model]

And below is an example with input and output handling for your reference:

Thanks.