-
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
How to calculate the accuracy evaluation index? #58
Comments
Hi, the ground truth matches are obtained either by warping the lines from one image to another with the ground truth homography (e.g. for the Wireframe dataset), or with the ground truth depth and camera parameters (e.g. for ETH3D). When a reprojected line falls close enough to another line (with respect to a line distance metric and a given threshold), they are considered to be matched. The evaluation scripts are not officially released, but you can find a dev and uncleaned version here: #30 (comment). I am not giving any support for it though, but you can see how the ground truth matches are obtained at least. |
Hi, yes you are correct. You cannot obtain the ground truth matches from the notebook, because you do not have access to the depth and camera parameters necessary to unproject lines in 3D. You need to follow the instructions in previous message for that. |
Hi!Thank you for your reply.I will try. |
Hi,Thank you for your contribution! i want to konw how to calculate the line descriptor metrics.? How to know the number of correct matching lines and ground truth line matches.?
![image](https://user-images.githubusercontent.com/103869484/166105566-1186ded9-c266-4521-ab67-f22a9a43f7e6.png)
The text was updated successfully, but these errors were encountered: