Git Product home page Git Product logo

Comments (5)

snavely avatar snavely commented on May 30, 2024

from bundler_sfm.

michaelczhou avatar michaelczhou commented on May 30, 2024

so how to fix that?and how to change the resolution of images?thank you.

from bundler_sfm.

wufeim avatar wufeim commented on May 30, 2024

Try to run the sift binary on the provided examples, such as ./examples/kermit. If the program executes successfully, then probably something wrong with your images. Otherwise, the sift binary is not working properly on your machine.

Run file sift and uname -a to see if the binary exec is compatible with your system. If sift is not working properly (on images such as book.pgm), try this fix:

sudo apt-get install --reinstall libc6-i386
sudo apt-get install libgl1-mesa-glx:i386 lab-core

Source:
[1] https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/852101?comments=all
[2] https://askubuntu.com/questions/100031/running-a-32bit-executable

from bundler_sfm.

wufeim avatar wufeim commented on May 30, 2024

It looks like sift is not running correctly and giving segmentation faults. Any idea why that might be happening? One possibility is that if your images are very high resolution, I think sift might not be happy. Noah

Yes. From sift:

sift: util.c:330: ConvHorizontal: Assertion `cols + ksize < 8000' failed.

There is a limit on the image resolution.

from bundler_sfm.

citystrawman avatar citystrawman commented on May 30, 2024

It looks like sift is not running correctly and giving segmentation faults. Any idea why that might be happening? One possibility is that if your images are very high resolution, I think sift might not be happy. Noah

Yes. From sift:

sift: util.c:330: ConvHorizontal: Assertion `cols + ksize < 8000' failed.

There is a limit on the image resolution.

I had the same problem when I ran very big jpg files (no problem for /kermit). May I know how to fix it? BTW I use Cygwin to run the code

from bundler_sfm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.