Results

The del::Face and the realeyes.demographic_estimation.Face objects consists of the following members:

  • bounding_box: Bounding box of the detected face (left, top, width height).

  • confidence: Confidence of the detection ([0,1] more is better).

  • landmarks: 5 landmarks from the face:
    1. left eye

    2. right eye

    3. nose (tip)

    4. left mouth corner

    5. right mouth corner

    _images/landmarks.png

3rd party face detector

It is possible to calculate the embedding of a face which was detected with a different library. One can create del::Face or realeyes.demographic_estimation.Face object by specifying the source image and the landmarks.