cvlab-epfl / LIFT

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

Image Mactching #40

Closed tsabtahi closed 4 years ago

tsabtahi commented 5 years ago

Hi Trying to do image matching as shown in the figure.

Was able to generate the keypoints. each key point has a descriptor of size 128. However how to know the location of the keypoints (which is of size 12 ). Is there a script that I can follow.

ShilangChen1011 commented 5 years ago

I want to know too.

kmyi commented 4 years ago

See

https://github.com/cvlab-epfl/LIFT/blob/30414a61e97c33ae941b903a220952eecde1ba26/python-code/Utils/kp_tools.py#L40

Thanks. Kwang