How to convert YOLOv7 for pose detection into Core ML model to run model or application on ios device. the refrence for the model is :
I already detected the pose using YOLOv7 model for android and web browser.
iam doing it for video input and visualizing it for same.
You can download the
YOLOv7
model already converted toMLModel
here:https://github.com/john-rocky/CoreML-Models#yolov7
If you want to convert the model yourself, please share your
coremltools
conversion script and I will take a look.