reab5555 commited on
Commit
9d41e7f
·
verified ·
1 Parent(s): 3193b57

Update video_processing.py

Browse files
Files changed (1) hide show
  1. video_processing.py +1 -1
video_processing.py CHANGED
@@ -277,7 +277,7 @@ def process_video(video_path, anomaly_threshold, desired_fps, progress=None):
277
  )
278
 
279
 
280
- def is_frontal_face(landmarks, threshold=60):
281
  nose_tip = landmarks[4]
282
  left_chin = landmarks[234]
283
  right_chin = landmarks[454]
 
277
  )
278
 
279
 
280
+ def is_frontal_face(landmarks, threshold=50):
281
  nose_tip = landmarks[4]
282
  left_chin = landmarks[234]
283
  right_chin = landmarks[454]