Spaces:
Runtime error
Runtime error
Update video_processing.py
Browse files- video_processing.py +1 -1
video_processing.py
CHANGED
@@ -275,7 +275,7 @@ def process_video(video_path, anomaly_threshold, desired_fps, progress=None):
|
|
275 |
)
|
276 |
|
277 |
|
278 |
-
def is_frontal_face(landmarks, threshold=
|
279 |
nose_tip = landmarks[4]
|
280 |
left_chin = landmarks[234]
|
281 |
right_chin = landmarks[454]
|
|
|
275 |
)
|
276 |
|
277 |
|
278 |
+
def is_frontal_face(landmarks, threshold=40):
|
279 |
nose_tip = landmarks[4]
|
280 |
left_chin = landmarks[234]
|
281 |
right_chin = landmarks[454]
|