keijiro / FaceMeshBarracuda

Lightweight facial capture package for Unity
Apache License 2.0
482 stars 90 forks source link

Recognizing face that is upside down #14

Closed marcin-dzieszko closed 2 years ago

marcin-dzieszko commented 2 years ago

Hello,

We noticed the algorithm with face recognition works when the face is tilted not more than ~45 degrees. When the angle is more significant it stops working

Would it be possible whether the algorithm works with a face that is upside down? If so what changes would be required?

Thanks in advance, MD

keijiro commented 2 years ago

This is not an "algorithm". It's machine learning.

You can detect flipped faces if you train the model with flipped face images.