zjhthu / OANet

Implementation of ICCV19 Paper "Learning Two-View Correspondences and Geometry Using Order-Aware Network"
257 stars 47 forks source link

About side #28

Open szgy66 opened 2 years ago

szgy66 commented 2 years ago

Thank you for a great project. As I dig deeper into your code, I see that the run function of the NNMatcher(Learnedmatcher.py) function returns corr, sides, corr_Idx. Corr and corr_Idx are the corresponding match point and the index of descriptor respectively, but what does sides mean? Distribution of inside and outside points? Hope you can help answer, thank you

zjhthu commented 2 years ago

No, 'sides' means side information. Such as ratio test scores and whether the matches are mutual nearest neighbors.