Open pango99 opened 3 years ago
yes, it supports YOLOv5 4.0 now and support yolov5s6.pt and so on in YOLOv5 4.0.
just run with
./yolov5_trt ../config6.yaml ../samples
Great,thank you very much for your sharing
Where can I find yolov5s6.yaml?
I am not able to convert yolov5s6 to onnx.
Facing this issue
ONNX export failure: Exporting the operator silu to ONNX opset version 10 is not supported. Please open a bug to request ONNX export support for the missing operator.
I tried opset versions 10-12, but couldn't solve it.
Any help would be great!
Thanks, it works. I have been using some other export_onnx.py file.
Does support YOLOv5 4.0?