Spaces:
Runtime error
Runtime error
Update video_processing.py
Browse files- video_processing.py +0 -5
video_processing.py
CHANGED
|
@@ -291,11 +291,6 @@ def process_video(video_path, anomaly_threshold, desired_fps, progress=None):
|
|
| 291 |
heatmap_video_path
|
| 292 |
)
|
| 293 |
|
| 294 |
-
|
| 295 |
-
|
| 296 |
-
|
| 297 |
-
|
| 298 |
-
|
| 299 |
def is_frontal_face(landmarks, threshold=60):
|
| 300 |
nose_tip = landmarks[4]
|
| 301 |
left_chin = landmarks[234]
|
|
|
|
| 291 |
heatmap_video_path
|
| 292 |
)
|
| 293 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 294 |
def is_frontal_face(landmarks, threshold=60):
|
| 295 |
nose_tip = landmarks[4]
|
| 296 |
left_chin = landmarks[234]
|