Code Monkey home page Code Monkey logo

Comments (4)

pmoulon avatar pmoulon commented on June 29, 2024

Hi.
You can try force disable sse2 there

if(NOT USE_SSE2)

Else since we also have our own sift implementation it could be fine to just deactivate all this code.

from openmvg.

yuguang-li avatar yuguang-li commented on June 29, 2024

Thank you Pierre! I've tried to disable / enable SSE2, the nonFree/sift never build. So I comment out this code, but got error further down from features_repeatability about missing vlsift.

[ 83%] Linking CXX executable ../../Darwin-x86_64-RELEASE/openMVG_sample_main_features_repeatability_dataset
ld: library not found for -lvlsift
collect2: error: ld returned 1 exit status
make[2]: *** [Darwin-x86_64-RELEASE/openMVG_sample_main_features_repeatability_dataset] Error 1
make[1]: *** [openMVG_Samples/features_repeatability/CMakeFiles/openMVG_sample_main_features_repeatability_dataset.dir/all] Error 2
make: *** [all] Error 2

Now that we disabled the nonFree/sift, Is there a way to link this script to a different sift library?

thanks

from openmvg.

pmoulon avatar pmoulon commented on June 29, 2024

OpenMVG is having its own sift code in src/features. So you can remove the vlsift dependency there

from openmvg.

yuguang-li avatar yuguang-li commented on June 29, 2024

Found it. Now everything compiles well after I remove vlsift. Thanks!

from openmvg.

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.