Git Product home page Git Product logo

Comments (3)

tsattler avatar tsattler commented on May 18, 2024

Did you compile ceres yourself? This looks like a compiler problem.

from local-feature-evaluation.

GabbySuwichaya avatar GabbySuwichaya commented on May 18, 2024

I have installed Ceres by following instruction from COLMAP (https://colmap.github.io/install.html) to which this Local-feature-evaluation repo also seem to use it as the reference ..

sudo apt-get install libatlas-base-dev libsuitesparse-dev
git clone https://ceres-solver.googlesource.com/ceres-solver
cd ceres-solver
git checkout $(git describe --tags) # Checkout the latest release
mkdir build
cd build
cmake .. -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF
make
sudo make install

However, I have noticed that this Local-feature-evaluation repo seems to depends on a commit id (58d966c) which is referring to an old version of COLMAP. However, recently there seems to be a lot of changes in Ceres (master branch).

So .... I think the solution is may be to use the old Ceres solver or to update this git repo.

Actually, I have tried using the recent COLMAP version (dev branch) which can be succesfully built with the Ceres (master branch) and use them with this Local-feature-evaluation repo.

I found that the only change that I need to make was to change the name of the export_path argument to output_path in this Line168. It works fine but some of the numerical results seem to change....

However, I have only try with the Exhaustive Matching mode which does not rely on the provide CMake file and vocab-tree in colmap-tools
I don't know if the provided CMake file will work with the recent COMAP and Ceres version

from local-feature-evaluation.

GabbySuwichaya avatar GabbySuwichaya commented on May 18, 2024

The problem has gone a few months later. It is possible that it was the version of Ceres at that time.

from local-feature-evaluation.

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.