yolov10
yolov10 copied to clipboard
Exporting tensorRT models is not supported
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.