Skip to content

Commit

Permalink
update: enable gluestick
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincentqyw committed Jan 12, 2025
1 parent e215a8f commit e66ce38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ matcher_zoo:
project: null
display: true
gluestick:
enable: false
enable: true
matcher: gluestick
dense: true
info:
Expand Down
5 changes: 2 additions & 3 deletions imcui/ui/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,13 +444,12 @@ def display_matches(
texts=texts,
)
fig = fig_mkpts
# TODO: draw lines
if (
elif (
"line0_orig" in pred
and "line1_orig" in pred
and pred["line0_orig"] is not None
and pred["line1_orig"] is not None
and (tag == "LINES_RAW" or tag == "LINES_RANSAC")
# and (tag == "LINES_RAW" or tag == "LINES_RANSAC")
):
# lines
mtlines0 = pred["line0_orig"]
Expand Down

0 comments on commit e66ce38

Please sign in to comment.