Results

The fvl::Face and the face_verification_library.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 fvl::Face or face_verification_library.Face object by specifying the source image and the landmarks.