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.
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.