cvlab-epfl / tf-lift

Tensorflow port of LIFT (ECCV 2016), with training code.
197 stars 55 forks source link

is the descriptors matched by the standard vl_ubcmatch? #14

Closed RuibinMa closed 6 years ago

RuibinMa commented 6 years ago

Hi, 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!