Skip to content
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

Open
rsmithde opened this issue Aug 3, 2018 · 4 comments
Open

Use CoreML on detected faces #4

rsmithde opened this issue Aug 3, 2018 · 4 comments

Comments

@rsmithde
Copy link

rsmithde commented Aug 3, 2018

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.

@Willjay90
Copy link
Owner

IMO, using the bounding box returned by the API and you can get the screenshot by this method according to your desired size.

@jainamSynoverge
Copy link

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?

@Willjay90
Copy link
Owner

@jainamSynoverge you have to train another network to do the verification

@jainamSynoverge
Copy link

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants