ageitgey / face_recognition

The world's simplest facial recognition api for Python and the command line
MIT License
53.47k stars 13.49k forks source link

Issue with Identifying Partial Faces Using face_recognition Library #1585

Open nidhin7100 opened 2 months ago

nidhin7100 commented 2 months ago

I am encountering an issue with the face_recognition library when trying to identify partial faces. Currently, I am using the library for face detection and recognition in various scenarios, including cases where only partial faces are visible. However, the library does not seem to accurately identify or recognise partial faces (e.g., only a part of the face such as the right ear or right nose). Is there any possible way to resolve this problem. Thanks in advance!