RuoyuChen commited on
Commit
55c3fad
·
1 Parent(s): 64a13b7

reduce time

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ def visualization(image, submodular_image_set, saved_json_file, index=None, comp
179
  ax2.yaxis.set_visible(False)
180
  ax2.set_title('Searched Region', fontsize=54)
181
  ax2.set_facecolor('white')
182
- ax2.set_xlabel("Highest conf. {:.4f}".format(insertion_ours_images_input_results.max()), fontsize=44)
183
  ax2.tick_params(axis='x', which='both', bottom=False, top=False, labelbottom=False)
184
 
185
  ax3.set_xlim((0, 1))
 
179
  ax2.yaxis.set_visible(False)
180
  ax2.set_title('Searched Region', fontsize=54)
181
  ax2.set_facecolor('white')
182
+ ax2.set_xlabel("Confidence {:.4f}".format(insertion_ours_images_input_results[ours_best_index]), fontsize=44)
183
  ax2.tick_params(axis='x', which='both', bottom=False, top=False, labelbottom=False)
184
 
185
  ax3.set_xlim((0, 1))