Is face recognition possible using vision framework? Seems as though it only provides face detection and landmark support rather than recognition of individual people. However, documentation in the vision framework lists face observations as "face detection and recognition"
Face Recognition in Vision Framework?
For face recognition did you mean to make the match between a face from a library of multiple faces and give the best match ?
If is is the case I try to make the same thing but not sure it is possible with vision framework
Any idea / information ? it would be very interesting to do this face recognition localy instead of using a server side solution like trueface.ai ?
Can you please advice ?
Vision.framework works locally (no server side processing included) and can be used for real time face detection and tracking. The sad thing is, that even in Beta 5, it keeps on crashing, if face moves outside of the visible rectangle, it's landmarks are very choppy and jump around by a large margin. It is barely useful on videos and camera streams, unless Apple fixes this. Does anyone else have this issue?