Loading TensorRT model is very slow on Jetson Nano

Hi,

First, you can try to convert it into TensorRT engine with trtexec.

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

If all goes good, you can deploy it with the same below:

Thanks.