openFrameworks addon that uses iOS native Machine Learning toolkit (CoreML) to detect faces.
ofxiOSFaceTracking needs iOS 11 or later.
After you have created the project:
- add Vision SDK
While working on tramontanaCV I stumbled upon the difficulties of working with ofxFaceTracker and ofxFaceTracker2. I wanted to create a lightweight and fast addon to work with CoreML.
ofxiOSFaceTracking doesn't have dependencies and it works with ARC enabled or not.
Tested on iOS 12 and of_ios 0.10.1.
The two examples show how to use the addon on a video feed or on a static image.