-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use CoreML on detected faces #4
Comments
IMO, using the bounding box returned by the API and you can get the screenshot by this method according to your desired size. |
is there any way through we can compare faces after face detection like face verification? |
@jainamSynoverge you have to train another network to do the verification |
@Willjay90 what do you mean by another network, can you plz explain in some detail? |
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 I can't figure out how to get the screenshot of each face. Any hints? I tried using the facebounds in the drawFaceboundingBox method and using that rect to crop the image, but they don't line up.
The text was updated successfully, but these errors were encountered: