diff --git a/imutils/face_utils/helpers.py b/imutils/face_utils/helpers.py index b736edc..45ab9e5 100644 --- a/imutils/face_utils/helpers.py +++ b/imutils/face_utils/helpers.py @@ -20,9 +20,9 @@ #For dlib’s 5-point facial landmark detector: FACIAL_LANDMARKS_5_IDXS = OrderedDict([ - ("right_eye", (2, 3)), - ("left_eye", (0, 1)), - ("nose", (4)) + ("right_eye", (2, 4)), + ("left_eye", (0, 2)), + ("nose", 4) ]) # in order to support legacy code, we'll default the indexes to the