Spaces:
Running
Running
Realcat
commited on
Commit
•
41de4df
1
Parent(s):
222d8dc
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:
|