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

FPS on ipad or ipad pro #30

Closed LeeroyHannigan closed 6 years ago

LeeroyHannigan commented 6 years ago

Hi, I'm not sure if this is the correct place for questions to be asked, apologies if not. I am designing an app that would require Yolo to run at, or close to the same frame rate as video. Would this solution get anywhere close to 30fps on Ipad or Ipad pro?

Thanks

hollance commented 6 years ago

Probably not. I don't remember what sort of FPS this gets on an iPad but YOLO is slower than the alternative, SSD (on MobileNet).