Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dense matching based line matcher #87

Draft
wants to merge 30 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
7490bec
dense matcher based line matching
B1ueber2y Oct 19, 2024
237e215
formatting.
B1ueber2y Oct 19, 2024
009b0db
add a test script.
B1ueber2y Oct 19, 2024
b95f8c5
minor.
B1ueber2y Oct 19, 2024
15e88b3
formatting.
B1ueber2y Oct 19, 2024
62ed189
Merge branch 'main' into features/dense_matching
B1ueber2y Oct 19, 2024
4acbf88
fix formatting with ruff.
B1ueber2y Oct 19, 2024
786211c
add tiny roma.
B1ueber2y Oct 21, 2024
be25734
Merge branch 'main' into features/dense_matching
B1ueber2y Oct 21, 2024
7248ddd
minor.
B1ueber2y Oct 21, 2024
1207f5f
Fix different input/output conventions for tiny RoMa
Oct 23, 2024
71b9a07
formattin.
B1ueber2y Oct 24, 2024
9df66fc
refactor. set overlap threshold to 0.2
B1ueber2y Oct 24, 2024
9d43541
Merge branch 'main' into features/dense_matching
B1ueber2y Oct 24, 2024
8f2b91a
Minor simplifications
rpautrat Oct 26, 2024
b98ade9
RoMa mode in config
rpautrat Oct 28, 2024
2e967af
One-to-many matching
rpautrat Oct 28, 2024
f20ed21
Mutual nearest neighbors + small fixes
rpautrat Nov 5, 2024
d355819
Merge branch 'main' into features/dense_matching
B1ueber2y Nov 24, 2024
9141712
merge and fix linting issues.
B1ueber2y Nov 24, 2024
c8bb7d8
Merge branch 'main' into features/dense_matching
B1ueber2y Nov 28, 2024
bb5b73a
Merge branch 'main' into features/dense_matching
B1ueber2y Nov 29, 2024
ae78791
Merge branch 'main' into features/dense_matching
B1ueber2y Dec 13, 2024
9402743
Make Gluestick install editable
Dec 15, 2024
b7a7b0f
Update the dense matcher configuration
Dec 15, 2024
8b5af66
Format
rpautrat Dec 15, 2024
48782c1
Merge branch 'main' into features/dense_matching
B1ueber2y Dec 15, 2024
12c9684
Revert editable GlueStick
rpautrat Dec 16, 2024
bf729ed
Merge branch 'features/dense_matching' of github.com:cvg/limap into f…
rpautrat Dec 16, 2024
adc1047
Merge branch 'main' into features/dense_matching
B1ueber2y Jan 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ clang-format==19.1.0

pytlsd@git+https://github.com/iago-suarez/pytlsd.git@37ac583
deeplsd@git+https://github.com/cvg/DeepLSD.git@88c589d
gluestick@git+https://github.com/cvg/GlueStick.git@0f28efd
-e git+https://github.com/cvg/GlueStick.git@0f28efd#egg=gluestick
B1ueber2y marked this conversation as resolved.
Show resolved Hide resolved
-e git+https://github.com/B1ueber2y/Hierarchical-Localization.git@f91076b#egg=hloc