-
-
Notifications
You must be signed in to change notification settings - Fork 534
Open
Description
Congrats for this nice project @ipazc!
I see the output of your algorithm is something like:
[
{
'box': [277, 90, 48, 63],
'keypoints':
{
'nose': (303, 131),
'mouth_right': (313, 141),
'right_eye': (314, 114),
'left_eye': (291, 117),
'mouth_left': (296, 143)
},
'confidence': 0.99851983785629272
}
]
i.e. it gives the bounding box, the keypoints (nose, mouth, eye, etc.).
But how to get an face embedding / face encoding, to be able to do face identification?
Metadata
Metadata
Assignees
Labels
No labels