reab5555 commited on
Commit
92d07e4
·
verified ·
1 Parent(s): 9a4c801

Update video_processing.py

Browse files
Files changed (1) hide show
  1. video_processing.py +2 -2
video_processing.py CHANGED
@@ -6,8 +6,8 @@ import tempfile
6
  import time
7
  from PIL import Image, ImageDraw, ImageFont
8
  import math
9
- from face_analysis import get_face_embedding, cluster_faces, organize_faces_by_person
10
- from pose_analysis import calculate_posture_score, draw_pose_landmarks, draw_facial_landmarks
11
  from anomaly_detection import anomaly_detection
12
  from visualization import plot_mse, plot_mse_histogram, plot_mse_heatmap
13
  from utils import frame_to_timecode
 
6
  import time
7
  from PIL import Image, ImageDraw, ImageFont
8
  import math
9
+ from face_analysis import get_face_embedding, cluster_faces, organize_faces_by_person, draw_facial_landmarks
10
+ from pose_analysis import calculate_posture_score, draw_pose_landmarks
11
  from anomaly_detection import anomaly_detection
12
  from visualization import plot_mse, plot_mse_histogram, plot_mse_heatmap
13
  from utils import frame_to_timecode