Skip to content

Landmarks as a dictionary

Tiago de Freitas Pereira requested to merge issue-3 into master

Hey sweetheart (@amohammadi :-P ); Added the keyword bob_landmark_format in DlibLandmarkExtraction; with this key on, the landmarks in the bob format will be returned

>>> DlibLandmarkExtraction(bob_landmark_format=True)(my_image).keys()
    ['leye', 'reye', 'nose', 'mouthleft', 'mouthright']

Added some tests and updated the sphinx docs

Cheers

Closes #3 (closed)

Merge request reports