cvlab-epfl / LIFT

Code release for the ECCV 2016 paper
485 stars 168 forks source link

is the descriptors matched by the standard vl_ubcmatch? #31

Closed RuibinMa closed 6 years ago

RuibinMa commented 6 years ago

(Also asked in the tf-lift repo.) I'm wondering what method you used to match the descriptors? Is it the standard vl_ubcmatch()? I want to ask this because the output descriptors are not [0-255] integers, which a lot of software takes. I don't know whether it affects anything. Thank you so much!

kmyi commented 6 years ago

Please don't duplicate issues or necro closed threads. It's only going to cause spam for everybody that have notifications on. I'm going to simply close the other issue tracker.

We use simple nearest neighbor matching as written in the paper. ubcmatch is not good, since I believe it does a ratio test, which actually is geared towards SIFT. It rather harms our descriptor performance severely if you do that.