You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
@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
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
andx_B
, having my 2d points list?(2) is it ok to use the
warp
andcertainty
fromroma_model.match(img1, img2)
The text was updated successfully, but these errors were encountered: