Giter VIP home page Giter VIP logo

Comments (5)

k3nnywilliam avatar k3nnywilliam commented on May 2, 2024 1

I had similar issue but as @gineshidalgo99 mentioned in the one of the solutions above, recompiling OpenCV without Qt works for me. Openpose works perfectly fine on my end, finally! Thanks @gineshidalgo99

@ieyer, if you still have problems with openpose I can try to help by recalling the installation steps that I did.

from openpose.

mauriciolp avatar mauriciolp commented on May 2, 2024 1

I had a similar issue just now. Also compiled using my Anaconda3 installation, and the OpenCV installed from there.
The problem happens because the Qt version at my anaconda was different than the one at my linux installation. Which seems the case here as well, although it is pointing to your own Qt installation folder:

(/home/huangw/anaconda2/lib/libQt5Core.so.5: version `Qt_5.8' not found (required by /home/huangw/Qt5.8.0/5.8/gcc_64/lib/libQt5XcbQpa.so.5))"

The solution I found was to add anaconda lib to my LD_LIBRARY_PATH env var:
export LD_LIBRARY_PATH=/home/mauricio/anaconda3/lib:$LD_LIBRARY_PATH

from openpose.

gineshidalgo99 avatar gineshidalgo99 commented on May 2, 2024

I fixed some bugs related with OpenCV with Qt support in later releases (which might be related with your problem). Please, remove this OpenPose version and install the last version (it uses openpose.bin instead of rtpose.bin).

Another thought: Are using OpenCV 3? If so, it might be a OpenCV issue, so if after trying the last OpenPose version, if it does not work yet, can you try any OpenCV visualization example to check your OpenCV visualization is working fine? If not, try: a) Downloading Qt 5, and then re-compiling OpenCV from scratch with Qt support. Or b) Re-compile OpenCV without Qt support. You can always use the OpenCV 2 version from apt-get install libopencv-dev, but I'd say your problem should be easily solved by my previous hints.

If not, it is indicating a Qt 5.8 missing library. Try re-installing Qt 5.8.

Still, I do not understand why your program is asking for anaconda2 paths, how did you install OpenPose? Script? Manual steps? And which Caffe did you use? The default in our 3rdparty folder?

And which version of cuDNN are you using? You did not select one, OpenPose needs it, otherwise you will run out of memory.

Let me know your results!

from openpose.

gineshidalgo99 avatar gineshidalgo99 commented on May 2, 2024

Since some of you were able to fix this issue. I will close it. Thanks.

from openpose.

gineshidalgo99 avatar gineshidalgo99 commented on May 2, 2024

Other option from Qt + CMake: #271

from openpose.

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.