Spaces:
Runtime error
Runtime error
update: viz
Browse files- common/viz.py +1 -1
common/viz.py
CHANGED
|
@@ -286,7 +286,7 @@ def draw_matches_core(
|
|
| 286 |
thr = 0.5
|
| 287 |
color = error_colormap(conf, thr, alpha=0.1)
|
| 288 |
text = [
|
| 289 |
-
"image name",
|
| 290 |
f"#Matches: {len(mkpts0)}",
|
| 291 |
]
|
| 292 |
if path:
|
|
|
|
| 286 |
thr = 0.5
|
| 287 |
color = error_colormap(conf, thr, alpha=0.1)
|
| 288 |
text = [
|
| 289 |
+
# "image name",
|
| 290 |
f"#Matches: {len(mkpts0)}",
|
| 291 |
]
|
| 292 |
if path:
|