What is the difference in using trtexec VS ONNX, UFF?

Hi

What is the difference when using trtexec to convert a .pb to a tensorRT engine from using ONNX, UFF?

Does a .trt file the same as a .plan file

Hi,

These are different intermediate format.
Just choose one that you are more familiar with.

TensorRT doesn’t have a specified file extension since the output is a standard byte stream.
.trt and .plan are the common extension used for TensoRT engine.

Thanks.

1 Like