reab5555 commited on
Commit
d487498
·
verified ·
1 Parent(s): 1622ad2

Update video_processing.py

Browse files
Files changed (1) hide show
  1. video_processing.py +1 -1
video_processing.py CHANGED
@@ -181,7 +181,7 @@ def process_video(video_path, anomaly_threshold, desired_fps, progress=None):
181
 
182
  # Create video with heatmap
183
  heatmap_video_path = os.path.join(output_folder, "video_with_heatmap.mp4")
184
- create_video_with_heatmap(video_path, df, mse_embeddings, mse_posture, mse_voice, heatmap_video_path)
185
 
186
  except Exception as e:
187
  print(f"Error details: {str(e)}")
 
181
 
182
  # Create video with heatmap
183
  heatmap_video_path = os.path.join(output_folder, "video_with_heatmap.mp4")
184
+ create_video_with_heatmap(video_path, df, mse_embeddings, mse_posture, heatmap_video_path)
185
 
186
  except Exception as e:
187
  print(f"Error details: {str(e)}")