reab5555 commited on
Commit
9ab23b0
·
verified ·
1 Parent(s): ed36df7

Update visualization.py

Browse files
Files changed (1) hide show
  1. visualization.py +1 -1
visualization.py CHANGED
@@ -229,7 +229,7 @@ def create_heatmap(t, mse_embeddings, mse_posture, mse_voice, video_fps, total_f
229
  combined_mse[1] = mse_posture_norm
230
  combined_mse[2] = mse_voice_norm
231
 
232
- fig, ax = plt.subplots(figsize=(video_width / 200, 0.45))
233
  ax.imshow(combined_mse, aspect='auto', cmap='Reds', vmin=0, vmax=1, extent=[0, total_frames, 0, 3])
234
  ax.set_yticks([0.5, 1.5, 2.5])
235
  ax.set_yticklabels(['Voice', 'Posture', 'Face'], fontsize=7)
 
229
  combined_mse[1] = mse_posture_norm
230
  combined_mse[2] = mse_voice_norm
231
 
232
+ fig, ax = plt.subplots(figsize=(video_width / 200, 0.5))
233
  ax.imshow(combined_mse, aspect='auto', cmap='Reds', vmin=0, vmax=1, extent=[0, total_frames, 0, 3])
234
  ax.set_yticks([0.5, 1.5, 2.5])
235
  ax.set_yticklabels(['Voice', 'Posture', 'Face'], fontsize=7)