cvlab-epfl / tf-lift

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

Is there any related test code for Matching Score? #46

Closed RamboRick closed 4 years ago

RamboRick commented 4 years ago

Thank you for your great work.

I found that in the paper you use the matching score as an evaluation metric.

I wonder is there any code available to calculating the Matching Score? Or any test code about this so that I can double-check?

Also, is there any available library related with LIFT available on the mobile platform?

Thank you very much.

kmyi commented 4 years ago

Hi, w.r.t the evaluation, I suggest you see https://github.com/ubc-vision/image-matching-benchmark. We've moved on from matching scores since.

Unfortunately, I am not aware of any LIFT implementations for mobile devices. TILDE keypoints have a C version, which I used to test on mobile, which works.

RamboRick commented 4 years ago

Thank you very much.