Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not execute binary file sift #10

Open
pranny opened this issue Sep 25, 2015 · 0 comments
Open

Can not execute binary file sift #10

pranny opened this issue Sep 25, 2015 · 0 comments

Comments

@pranny
Copy link

pranny commented Sep 25, 2015

While trying to execute RunBundler.sh, I get the error ./bin/sift: cannot execute binary file. Initially I thought this to be a permissions issue, but even after chmod +x bin/sift I get the same error.

$ file bin/sift
bin/sift: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not stripped

I tried to download sift from http://www.cs.ubc.ca/~lowe/keypoints/ and copied the sift binary to bin/sift. The error was still there.

I tried to use VLFeat's sift http://www.vlfeat.org by downloading, compiling and placing the sift into bin. I had to make some necessary changes into ToSift.sh for the same. It however looks like the keypoints file generated by VLFeat's sift is not the expected one, as I get Invalid keypoint file error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant