cvlab-epfl / LIFT

Code release for the ECCV 2016 paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LIFT: Learned Invariant Feature Points

This software is a Python implementation of the LIFT feature point presented in [1].

[1] K. M. Yi, E. Trulls, V. Lepetit, and P. Fua. "LIFT: Learned Invariant Feature Transform", European Conference on Computer Vision (ECCV), 2016.

This software is patented and is strictly for academic purposes only. For other purposes, please contact us. When using this software, please cite [1].

Contact:

Kwang Moo Yi : kwang_dot_yi_at_epfl_dot_ch
Eduard Trulls : eduard_dot_trulls_at_epfl_dot_ch

Requirements

  • OpenCV 3

And the following python requirements:

  • Theano
  • Lasagne (Dev)
  • numpy
  • scipy
  • flufl.lock
  • parse
  • h5py

which can be installed with

pip install -r requirements.txt

Usage

Build the shared library by

cd c-code/build
cmake ..
make

To run the test program simply

./run.sh

Note

This model was trained with SfM data (Piccadilly Circus dataset), which does not have strong rotation changes. Newer models work better in this case, which will be released soon. In the meantime, you can also use the models in the learn-orientation, benchmark-orientation.

About

Code release for the ECCV 2016 paper


Languages

Language:Python 81.4%Language:C++ 17.3%Language:Shell 0.8%Language:CMake 0.5%