yolov5_tensorrt_int8_tools
yolov5_tensorrt_int8_tools copied to clipboard
转换yolov5s.onnx报错 Starting ONNX export with onnx 1.8.1... ONNX export failure: Exporting the operator silu to ONNX opset version 12 is not supported. Please open a bug to request ONNX export support for the missing operator.
在yolov5-master下执行python models/export.py --weights ./weights/yolov5s.pt --img 640 --batch 1能转成功