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