ryo2 commited on
Commit
38e1f78
β€’
1 Parent(s): f00e27b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -74,7 +74,7 @@ def likelihood_plot(bodyparts, likelihood_csv, tmpdir):
74
  # ε‡‘δΎ‹γ‚’γ™γΉγ¦η”»εƒε†…γ«εŽγ‚γ‚‹
75
  plt.tight_layout()
76
 
77
- plt.savefig(f'{tmpdir}/{i}.png')
78
 
79
  def all_likelihood_plot(bodyparts, likelihood_csv, tmpdir):
80
  plt.figure()
@@ -96,7 +96,7 @@ def all_likelihood_plot(bodyparts, likelihood_csv, tmpdir):
96
  # ε‡‘δΎ‹γ‚’γ™γΉγ¦η”»εƒε†…γ«εŽγ‚γ‚‹
97
  plt.tight_layout()
98
 
99
- plt.savefig(f'{tmpdir}/likelihood_plot.png')
100
 
101
 
102
  def main(h5_file):
 
74
  # ε‡‘δΎ‹γ‚’γ™γΉγ¦η”»εƒε†…γ«εŽγ‚γ‚‹
75
  plt.tight_layout()
76
 
77
+ plt.savefig(f'{tmpdir}/{i}_likelihood.png')
78
 
79
  def all_likelihood_plot(bodyparts, likelihood_csv, tmpdir):
80
  plt.figure()
 
96
  # ε‡‘δΎ‹γ‚’γ™γΉγ¦η”»εƒε†…γ«εŽγ‚γ‚‹
97
  plt.tight_layout()
98
 
99
+ plt.savefig(f'{tmpdir}/all_likelihood_plot.png')
100
 
101
 
102
  def main(h5_file):