Spaces:
Running
Running
reduce time
Browse files
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("
|
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))
|