ageitgey / face_recognition

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

Can face_recognition work on side faces in images? #644

Open zachytong opened 6 years ago

zachytong commented 6 years ago

As the title.

ageitgey commented 6 years ago

This library is primarily designed for frontal face images, so it might not work well on side face images.

zachytong commented 6 years ago
      This library is primarily designed for frontal face images, so it might not work well on side face images.

oh thanks for your reply! yeah I did some tests and found that it did not work for side faces