Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

converting from yolov4 or yolov5 to coreml

What is the typical process to convert a yolov4 or yolov5 model to coreml. I see things like Pytorch to Onnx to CoreML. I am using turicreate and stuck in yolov2 land. Has anyone tried this on v4 or v5?

like image 448
rk3224 Avatar asked Nov 22 '25 06:11

rk3224


1 Answers

To convert a YOLOv5 model into CoreML format:

python export.py --weights yolov5s.pt --include coreml
like image 131
Glenn Jocher Avatar answered Nov 24 '25 07:11

Glenn Jocher



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!