Commit
·
ddd9971
1
Parent(s):
c841b10
Update app.py
Browse files
app.py
CHANGED
@@ -236,12 +236,12 @@ def unified_matching_plot2(image0, image1, kpts0, kpts1, mkpts0, mkpts1,
|
|
236 |
# Add text
|
237 |
fig.text(
|
238 |
0.01, 0.01, '\n'.join(small_text), transform=fig.axes[0].transAxes,
|
239 |
-
fontsize=10, va='bottom', ha='left', color='#333333', fontweight='bold',
|
240 |
bbox=dict(facecolor='white', alpha=0.7, edgecolor='none', boxstyle="round,pad=0.3"))
|
241 |
|
242 |
fig.text(
|
243 |
0.01, 0.99, '\n'.join(text), transform=fig.axes[0].transAxes,
|
244 |
-
fontsize=15, va='top', ha='left', color='#333333', fontweight='bold',
|
245 |
bbox=dict(facecolor='white', alpha=0.7, edgecolor='none', boxstyle="round,pad=0.3"))
|
246 |
|
247 |
# Optional: remove axis for a cleaner look
|
|
|
236 |
# Add text
|
237 |
fig.text(
|
238 |
0.01, 0.01, '\n'.join(small_text), transform=fig.axes[0].transAxes,
|
239 |
+
fontsize=10, va='bottom', ha='left', color='#333333', fontweight='bold',
|
240 |
bbox=dict(facecolor='white', alpha=0.7, edgecolor='none', boxstyle="round,pad=0.3"))
|
241 |
|
242 |
fig.text(
|
243 |
0.01, 0.99, '\n'.join(text), transform=fig.axes[0].transAxes,
|
244 |
+
fontsize=15, va='top', ha='left', color='#333333', fontweight='bold',
|
245 |
bbox=dict(facecolor='white', alpha=0.7, edgecolor='none', boxstyle="round,pad=0.3"))
|
246 |
|
247 |
# Optional: remove axis for a cleaner look
|