ChrisLLLLL
ChrisLLLLL
thank you, i find this, but what does "correct_matches, wrong_matches" stand for ?
Sorry, Maybe I didn't express it clearly. In the code I see the function introduction, but at first I didn't know what to enter. I tried it, but I don't...
> Hi, sure, you can find a version of the dev code here: https://www.polybox.ethz.ch/index.php/s/IdMvtEHcMAyoZfL > > It is unfortunately not totally clean, but it should run at least. > >...
> Yes, I did not upload the homography estimation code here. I am sending you the raw code by email, as we talked about in the email. Hello, Could you...
Thank you, but I want to know how to get the "correct matches (green) and the wrong matches (red) " in the matching of a pair of images. I could...
> Check out their [hloc repo](https://github.com/cvg/Hierarchical-Localization), specifically the [match_features.py](https://github.com/cvg/Hierarchical-Localization/blob/master/hloc/match_features.py) file > > The matches will be saved in an h5df file, and you can access them for any image pair...
thank you, but how do we draw the results after using RANSAC to filter out the points?