-
Notifications
You must be signed in to change notification settings - Fork 361
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
Provide additional details on HPatches evaluation #136
Comments
Hi, I've checked the realated issue. Lines 151 to 154 in 94e98b6
And as stated in the paper, the error term is defined as |
Thanks for the response. From looking at your code your thresholds are always set to [5,10,20]. If you have the time, could you try to help reproducing the results in this repo? |
There these results were gotten (albeit with ransac threshold 2px) Opencv with ransac threshold = 2 at error thresholds [3, 5, 10] pxSuperPoint: 0.37 0.51 0.68 |
The results seem to align with your own, but with all methods scoring lower, so there seems to be some discrepency. |
Yes, this follows Sec 7.3 of the SuperPoint paper. |
Hiiiii @zehongs, I'm also trying to reproduce the result on HPatches. In your last comment above, did you mean that you scaled the ground truth homography to evaluate on the scaled images? Or did you do like this: you scaled the images and estimated the matches. After that, you re-scaled the matches back to the original resolution and perform the evaluation with the original ground truth homography. |
@zehongs We have been able to reproduce the numbers in GrumpyZhou/image-matching-toolbox#20 , if you could comment on/clarify the below points it would be very helpful:
Thank you! |
Hi, I'm interested in how you calculated the AUC for homographies on HPatches exactly.
Related:
#105
The text was updated successfully, but these errors were encountered: