hollance / YOLO-CoreML-MPSNNGraph

Tiny YOLO for iOS implemented using CoreML but also using the new MPS graph API.
MIT License
935 stars 252 forks source link

Converting this repo to support Yolov5 #68

Open NOxDriver opened 3 years ago

NOxDriver commented 3 years ago

Hi,

What would I need to do to allow my Yolov5 coreml to work?

Yolov3 works on my iPhone.

hollance commented 3 years ago

Study the YOLOv5 source code and see what the differences are in the bounding box decoding. 😃