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.16k stars 308 forks source link

Wrong detection issue #417

Closed shurshilov closed 5 months ago

shurshilov commented 5 months ago

I found 2 completely different faces that the algorithm recognizes as identical with an accuracy of 55-60. I can send you an email for analysis,

vladmandic commented 5 months ago

did you try different algorithms? default one is default only because its extremely lightweight.

shurshilov commented 5 months ago

did you try different algorithms? default one is default only because its extremely lightweight.

please show config with diff model? i use faceres now

vladmandic commented 5 months ago

main README states:

FaceID is compatible with

also, see demo/faceid/index.ts for some examples. i'm not about to write different configs for you to try.

shurshilov commented 5 months ago

I try all this variants, and ...3 last variant look like not working at all))okay will try on this case

vladmandic commented 5 months ago

and different variants have very different preferences on things like face crop factor, so to get the best out of them, you'll need to tweak those params as well. search this github for previous discussions on the topic - that's all i can say here.