-
Notifications
You must be signed in to change notification settings - Fork 74
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
Question about matches visualization #39
Comments
Hi, you can use this function: SOLD2/sold2/misc/visualize_util.py Line 446 in f85ca53
|
thank you, i find this, but what does "correct_matches, wrong_matches" stand for ? |
Well, is the name not clear enough for you? :) Reading the function and understanding what it does is probably faster than me writing this answer... |
Hi, sorry for the late reply. You would need access to the ground truth correspondences between the two images to know which lines are incorrect. |
Hi. I would like to ask you how can I show the correct and incorrect matches like the fig 7 and fig 10 in paper? with green, red and blue line. I don't know how to visualize the match in this case. Looking forward to your reply
The text was updated successfully, but these errors were encountered: