AppleFaceDetection
AppleFaceDetection copied to clipboard
Face Detection with CoreML
hi I'm playing with the vision framework and can use the face landmark feature to get the position of facial features in real time. However, I have to run the...
When changing device orientation (portrait -> landscape, etc.) the detection rectangle is drawn at a wrong position.
I want to save an image once the face is detected. But i can't find any solutions for that. Please help
I am trying to use CoreML on the detected faces. My original idea was to capture the image of each detected face and then run that agains the models, but...
Hello, I can't save the frame detected. Is there a method to save the portion of photo detected ? Thank you