Replies: 1 comment
-
this library is only used to detect faces not to check faces similarity. You need another sollution for this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the output of this face detection gives json object as LOG faces detected [{"bounds": {"height": 316, "width": 315, "x": 67, "y": 220}, "pitchAngle": 13.571462631225586, "rollAngle": -6.886875152587891, "yawAngle": -3.9724981784820557}] . But its value changes as we move our face then which data I can store to data base to compair and detect face for attendance?
Beta Was this translation helpful? Give feedback.
All reactions