cvlab-epfl / LIFT

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

Fixing run.sh script and index computation #28

Closed mcimpoi closed 7 years ago

mcimpoi commented 7 years ago

The example script, run.sh compiles now libSIFT. Fixed index computation, by using integer division.

kmyi commented 7 years ago

Thank you!