Update video_processing.py
Browse files- video_processing.py +0 -1
video_processing.py
CHANGED
@@ -245,7 +245,6 @@ def process_video(video_path, anomaly_threshold, desired_fps, progress=None):
|
|
245 |
mse_heatmap_embeddings,
|
246 |
mse_heatmap_posture,
|
247 |
face_samples["most_frequent"],
|
248 |
-
#face_samples["others"],
|
249 |
anomaly_faces_embeddings,
|
250 |
anomaly_frames_posture_images,
|
251 |
aligned_faces_folder,
|
|
|
245 |
mse_heatmap_embeddings,
|
246 |
mse_heatmap_posture,
|
247 |
face_samples["most_frequent"],
|
|
|
248 |
anomaly_faces_embeddings,
|
249 |
anomaly_frames_posture_images,
|
250 |
aligned_faces_folder,
|