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

Can ARKit distinguish real world face from picture face? #10

Open
malhobayyeb opened this issue Jun 7, 2020 · 2 comments
Open

Can ARKit distinguish real world face from picture face? #10

malhobayyeb opened this issue Jun 7, 2020 · 2 comments

Comments

@malhobayyeb
Copy link

I am using the ARKit to detect face with depthData.

However, I am not able to distinguish whether this face is a real world person or a picture placed in front of the device camera.

@wolterlw
Copy link

using depthData it should be trivial to see the difference. A picture is a flat object, while a real face is not.

@csarigumba
Copy link

Hey, I'm also trying to implement this feature.
How can we check using the depth data if it is a real face or from a picture face?

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