decentropy / photogrammetry

Python Photogrammetry Toolbox (formerly osm-bundler), for rendering a 3D pointcloud from photos of an object at different angles.
330 stars 92 forks source link

Sift executable not found #3

Open vikasTmz opened 7 years ago

vikasTmz commented 7 years ago

I keep getting this error when I use siftvlfeat Feature extractor:

Processing photo 'kermit005.jpg':

    Extracting features with the SIFT method from VLFeat library...
CURRENT DIRECTORY: /tmp/osm-bundler-LHasAS
kermit005.jpg.pgm: 1: kermit005.jpg.pgm: /home/photogrammetry/linux/software/vlfeat/bin/glx/sift: not found
    Found 0 features

Performing feature matching...

the sift executable is present in that directory.

escnqh commented 6 years ago

Have you solved this problem?@vikasTmz

castilma commented 4 years ago

Wild guess: Do you have all shared libraries used by sift installed? Does

ldd /home/photogrammetry/linux/software/vlfeat/bin/glx/sift

print some not founds?

vikasTmz commented 4 years ago

Sorry, its been almost 3 years and thus I don't remember what the status of this issue is.

AlibekJ commented 2 years ago

Hello from 2021! Was stuck with this issue as well, this helped in Ubuntu

sudo apt-get install lib32z1

Once 32-bit libraries were installed, sift started working just fine.