Can't load ONNX model

Hi,

Could you try if the model can be deployed with TensorRT first?

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

If yes, you can refer to the below sample to run it with OpenCV data:

Thanks.