trtexec的使用非常简单,只需要在命令行中输入相应的参数即可。以下是一些常用的参数: --uff:指定输入模型的格式为UFF(Universal Framework Format),这是一种跨平台的模型格式,可以在TensorRT中进行优化和推理。 --uffInput:指定输入模型的输入节点名称和形状,例如--uffInput=input_1,3,224,224。 --uffOutput:指定...
1 trtexec的参数使用说明 === Model Options === --uff=<file> UFF model --onnx=<file> ONNX model --model=<file> Caffe model (default = no model, random weights used) --deploy=<file> Caffe prototxt file --output=<name>[,<name>]* Output names (it can be specified multiple times)...