Update video_processing.py
Browse files- video_processing.py +1 -1
video_processing.py
CHANGED
@@ -184,7 +184,7 @@ def process_video(video_path, anomaly_threshold, desired_fps, progress=None):
|
|
184 |
|
185 |
# Create video with heatmap
|
186 |
heatmap_video_path = os.path.join(output_folder, "video_with_heatmap.mp4")
|
187 |
-
create_video_with_heatmap(video_path,
|
188 |
|
189 |
|
190 |
except Exception as e:
|
|
|
184 |
|
185 |
# Create video with heatmap
|
186 |
heatmap_video_path = os.path.join(output_folder, "video_with_heatmap.mp4")
|
187 |
+
create_video_with_heatmap(video_path, mse_heatmap_embeddings, mse_heatmap_posture, heatmap_video_path, desired_fps)
|
188 |
|
189 |
|
190 |
except Exception as e:
|