reab5555 commited on
Commit
587af6b
·
verified ·
1 Parent(s): cc5dc20

Update visualization.py

Browse files
Files changed (1) hide show
  1. visualization.py +1 -1
visualization.py CHANGED
@@ -253,7 +253,7 @@ def create_heatmap(t, mse_embeddings, mse_posture, mse_voice, video_fps, total_f
253
  ax.set_yticklabels(['Voice', 'Posture', 'Face'], fontsize=7)
254
  ax.set_xticks([])
255
 
256
- ax.axvline(x=frame_count, color='black', linewidth=3)
257
 
258
  plt.tight_layout(pad=0.5)
259
 
 
253
  ax.set_yticklabels(['Voice', 'Posture', 'Face'], fontsize=7)
254
  ax.set_xticks([])
255
 
256
+ ax.axvline(x=frame_count, color='black', linewidth=2)
257
 
258
  plt.tight_layout(pad=0.5)
259