cvlab-epfl / LIFT

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

Speed of code #2

Closed andrefaraujo closed 7 years ago

andrefaraujo commented 7 years ago

Hello, Thanks for releasing the code!

I've been playing with it and I noticed that it is a little slow. My measurements for the test image provided in the repo are (using a very recent TitanX):

Questions:

Thank you again!

kmyi commented 7 years ago

Hello,

Thanks for using the code!. Currently, we just wanted to release something fast, and the released version may suffer some issues due to theano compilation time. We are working on a C++ implementation as well as making a release version that does not have this issue!

Given that, it still seems quite slower than what we've observed in our tests. Let me get back to you after looking into what's going on.

Cheers, Kwang

andrefaraujo commented 7 years ago

Thanks for the quick reply, Kwang. Looking forward to hear back from you soon