How can i resolve face spoofing to stop unauthorized access in face recognition system using android?

84 views Asked by At

I am working on a face recognition based attendance system. I am using com.google.mlkit:face-detection library for face detection by camera image analysis. I am facing a problem with face spoofing i.e. if someone shows his/her face using a phone or photo that also get detected. Is there any pre-trained library to resolve this issue? or is there any other way i can use in the android app such that i can check the depth of the person on camera before hitting the API. ?

I am working on a face recognition based attendance system. I am using com.google.mlkit:face-detection library for face detection by camera image analysis. I am facing a problem with face spoofing i.e. if someone shows his/her face using a phone or photo that also get detected. Is there any pre-trained library to resolve this issue? or is there any other way i can use in the android app such that i can check the depth of the person on camera before hitting the API. ?

I am new for this technology. So i need help to resolve this problem.

0

There are 0 answers