converting from yolov4 or yolov5 to coreml

1.9k views Asked by At

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?

1

There are 1 answers

0
Glenn Jocher On

To convert a YOLOv5 model into CoreML format:

python export.py --weights yolov5s.pt --include coreml