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

Get matching of arbitrary points? #93

Open
ileniTudor opened this issue Jan 27, 2025 · 1 comment
Open

Get matching of arbitrary points? #93

ileniTudor opened this issue Jan 27, 2025 · 1 comment

Comments

@ileniTudor
Copy link

ileniTudor commented Jan 27, 2025

Thank you for the great work!
How can I use the method
def match_keypoints(self, x_A, x_B, warp, certainty, return_tuple = True, return_inds = False)
from RegressionMatcher having a list of 2d points from the first image?

(1) What should I provide for x_A and x_B, having my 2d points list?
(2) is it ok to use the warp and certainty from roma_model.match(img1, img2)

@lnexenl
Copy link
Contributor

lnexenl commented Feb 27, 2025

@ileniTudor I have detected keypoints with DeDoDe and find matched kpts in another image with warp, it works well in my SfM pipeline. So I think the result to (2) is yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants