shackenberg / Minimal-Bag-of-Visual-Words-Image-Classifier

Implementation of a content based image classifier using the bag of visual words approach in Python together with Lowe's SIFT and Libsvm.
236 stars 94 forks source link

IOError: SIFT executable not found #16

Open sravr26 opened 8 years ago

sravr26 commented 8 years ago

i have downloaded a 64 bit version of sift using sudo apt-get install libc6-i386 but still i am getting that error what can be done to make the code work properly ????????

shackenberg commented 8 years ago

Hi, can you list all the steps that you did as part of the prerequisites and show that the sift bin is in the correct folder. Thanks!

sravr26 commented 8 years ago

i am using ubuntu 16.04 and installed opencv 3.0. mine is 64 bit laptop i installed sift using this command sudo apt-get install libc6-i386 still i am getting errors

On Mon, Jun 27, 2016 at 9:25 PM, Ludwig Schmidt-Hackenberg < notifications@github.com> wrote:

Hi, can you list all the steps that you did as part of the prerequisites and show that the sift bin is in the correct folder. Thanks!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/shackenberg/Minimal-Bag-of-Visual-Words-Image-Classifier/issues/16#issuecomment-228789125, or mute the thread https://github.com/notifications/unsubscribe/ATO2j94SXerLbOims4W0BdZvmUhnkA0Bks5qP_J5gaJpZM4I_AVr .

abhijit-15 commented 6 years ago

You just have to export the location to the sift executable to the PATH and source it. it will solve the issue.