tucan9389 / ObjectDetection-CoreML

An example running Object Detection using Core ML (YOLOv8, YOLOv5, YOLOv3, MobileNetV2+SSDLite)
https://github.com/motlabs/awesome-ml-demos-with-ios
MIT License
297 stars 51 forks source link

How can I use my own created .mlmodel instead of yolov3? #2

Closed kingalione closed 5 years ago

kingalione commented 5 years ago

Hi, how can I switch the .mlmodel file so I can use my own one created with the MLImageClassifierBuilder?

I tried to switch the .mlmodel files and renamed the files so it could get resolved and the app runs but the app then can not detect anything. Do I have to consider anything else when I want to use my own .mlmodel file?