reab5555 commited on
Commit
7a00801
·
verified ·
1 Parent(s): ba955fa

Update face_analysis.py

Browse files
Files changed (1) hide show
  1. 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=(0, 0, 255), thickness=1)
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