Giter Site home page Giter Site logo

Comments (5)

xiangdonglai avatar xiangdonglai commented on May 26, 2024 1

Yes, we do use 2 version of OpenCV.

OpenCV 2.4.13 was compiled from source with CUDA 9.0, CUDNN 7.0. It is used in our C++ code.

OpenCV for python 3.5 was installed via pip3; the exact version is 3.4.2.17. This version is used in python code.
pip3 install opencv-contrib-python==3.4.2.17

from monoculartotalcapture.

xiangdonglai avatar xiangdonglai commented on May 26, 2024 1

I was using g++ 5.4.0 for all the C++ dependencies.

Unfortunately I don't remember the order of installation, but clearly OpenCV must be installed before OpenPose, Eigen3 must be installed before Ceres; other than these, the order does not seem to matter too much.

from monoculartotalcapture.

j-min avatar j-min commented on May 26, 2024

Thanks, this is really helpful!
Can you also let us know the version of gcc?
Did you use same gcc for compiling OpenCV, openpose, Ceres-Solver and libigl?

Also, in which order did you compile the dependencies? I don't think the order should matter, but it can give the hint of using wrong version of something to users in early stages.
In my case, with gcc-6 and CUDA 10.1, I could install everything but OpenCV 2.4.13.
And now I am installing from the beginning with CUDA 9.0 and CUDNN 7.5 (and trying different versions of gcc).

from monoculartotalcapture.

j-min avatar j-min commented on May 26, 2024

I cannot compile openpose current master with g++ 5.5.
However, it can be compiled with g++ 6.5. Could you please confirm your openpose version?

from monoculartotalcapture.

j-min avatar j-min commented on May 26, 2024

Never mind. I finally succeeded to run run_pipeline.sh with dependencies compiled with different g++!

from monoculartotalcapture.

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.