Build tensorRT engine for ONNX model

Hi,

You can find a python example in the below topic:

Or you can run the inference with our trtexec binary directly.

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

Thanks.