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

Why IPAD with M1 is pretty much slower than Iphone 13 Pro with A15?? #15

Open dedoogong opened 1 year ago

dedoogong commented 1 year ago

I run your models like YoloV8x ~ s and DeeplabV3, FRCN on both iphone and iPad. But always it shows, Ipad is about 2~3 times slower than iphone. Could you give me some hint the reason or any guess??

Thank you