Is the face and body detection service in the Vision framework a local model or a cloud model? https://developer.apple.com/documentation/vision
face and body detection is local model or a cloud model?
Hi @harry2sichuan,
The Vision framework classifies images using local on-device machine learning.
A good place to start experimenting with it and getting to know its capabilities is with our sample code project.
Best
-J