diff --git a/imutils/face_utils/helpers.py b/imutils/face_utils/helpers.py index 4889019..2f5e5b0 100644 --- a/imutils/face_utils/helpers.py +++ b/imutils/face_utils/helpers.py @@ -64,7 +64,7 @@ def visualize_facial_landmarks(image, shape, colors=None, alpha=0.75): if colors is None: colors = [(19, 199, 109), (79, 76, 240), (230, 159, 23), (168, 100, 168), (158, 163, 32), - (163, 38, 32), (180, 42, 220)] + (163, 38, 32), (180, 42, 220), (153, 255, 0)] # loop over the facial landmark regions individually for (i, name) in enumerate(FACIAL_LANDMARKS_IDXS.keys()):