Update visualization.py
Browse files- visualization.py +0 -1
visualization.py
CHANGED
@@ -216,7 +216,6 @@ def plot_posture(df, posture_scores, color='blue', anomaly_threshold=3):
|
|
216 |
plt.close()
|
217 |
return fig
|
218 |
|
219 |
-
|
220 |
def create_video_with_heatmap(video_path, df, mse_embeddings, mse_posture, mse_voice, output_folder, desired_fps, largest_cluster, progress=None):
|
221 |
print(f"Creating heatmap video. Output folder: {output_folder}")
|
222 |
|
|
|
216 |
plt.close()
|
217 |
return fig
|
218 |
|
|
|
219 |
def create_video_with_heatmap(video_path, df, mse_embeddings, mse_posture, mse_voice, output_folder, desired_fps, largest_cluster, progress=None):
|
220 |
print(f"Creating heatmap video. Output folder: {output_folder}")
|
221 |
|