yolov10 icon indicating copy to clipboard operation
yolov10 copied to clipboard

Exporting tensorRT models is not supported

Open Haroldhy opened this issue 9 months ago • 3 comments

I use “yolo export model=yolov10n/s/m/b/l/x.pt format=onnx opset=13 simplify” to export onnx model. The exported model contains the fmod(Mod) operator, which is an operator supported by onnx but not by tensorRT, so when exporting the onnx model to a tensorRT model it will report an error. My target version of TensorRT is 8.4.1.

Haroldhy avatar May 30 '24 06:05 Haroldhy