vladmandic / human

Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gaze Tracking, Gesture Recognition
https://vladmandic.github.io/human/demo/index.html
MIT License
2.39k stars 326 forks source link

Side faces not recognized properly #492

Closed haspdev closed 1 month ago

haspdev commented 1 month ago

When I saved all descriptors of my all photos galley. with the selfie it is not recognize side faces, false result comes if we pick more than 0.55 distance.

vladmandic commented 1 month ago

that is normal and expected. look at face confidence to start with before blindly comparing embeddings. if confidence is low, there is no point of running compare that will then return bad results.