reab5555 commited on
Commit
08d4d4c
·
verified ·
1 Parent(s): ac84f3d

Update video_processing.py

Browse files
Files changed (1) hide show
  1. 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]