Update face_analysis.py
Browse files- face_analysis.py +1 -1
face_analysis.py
CHANGED
@@ -47,7 +47,7 @@ def draw_facial_landmarks(image, landmarks):
|
|
47 |
mp_drawing = mp.solutions.drawing_utils
|
48 |
|
49 |
# Adjust these values to make the drawing thinner and less obtrusive
|
50 |
-
connection_drawing_spec = mp_drawing.DrawingSpec(color=(
|
51 |
|
52 |
if landmarks:
|
53 |
# Create a blank image with the same dimensions as the input image
|
|
|
47 |
mp_drawing = mp.solutions.drawing_utils
|
48 |
|
49 |
# Adjust these values to make the drawing thinner and less obtrusive
|
50 |
+
connection_drawing_spec = mp_drawing.DrawingSpec(color=(255, 0, 0), thickness=1)
|
51 |
|
52 |
if landmarks:
|
53 |
# Create a blank image with the same dimensions as the input image
|