Giter Club home page Giter Club logo

Comments (6)

kledom avatar kledom commented on July 19, 2024 1

I'm having the same problem with

  • Ubuntu 18.04
  • ROS Melodic
  • Openpose > 1.5.1
  • OpenCV 3.2
  • Caffe (openpose branch)

Downgrading to OpenPose 1.5.1 fixed the issue.

from ros_openpose.

kledom avatar kledom commented on July 19, 2024 1

I think there will be some more probems with 1.6.0.
For instance, op::check was replace with op::checkBool.

from ros_openpose.

ravijo avatar ravijo commented on July 19, 2024

Hi @magi-dalmau

The error is generated due to the improper installation of OpenPose software.

  1. Can you first remove OpenPose completely
  2. And then try to checkout OpenPose version 1.5.1

Do not forget to run sudo make install to install the OpenPose system-wide. I highly recommend you to look at a similar question here.

Let me know the outcome, please!

from ros_openpose.

ravijo avatar ravijo commented on July 19, 2024

Hi @magi-dalmau

Since I couldn't hear from you, I am going to close the issue. Please feel free to open and comment if the issue persists.

from ros_openpose.

ravijo avatar ravijo commented on July 19, 2024

Hi @kledom

Thank you very much for the information.

I checked the deployment and release notes of OpenPose 1.6.0 and found that OpenPose has modified the code to get rid of OpenCV in its headers.

OpenPose 1.6.0 has introduced many new preprocessors. The preprocessor OP_CV2OPCONSTMAT is important for ros_openpose. I believe that if we change this line with the following code, we should be good to go again-

datumPtr->cvInputData = OP_CV2OPCONSTMAT(colorImage);

However, keep in mind that due to the COVID-19 pandemic, I cannot test the above workaround. I do not have access to my PC at the laboratory.

from ros_openpose.

ravijo avatar ravijo commented on July 19, 2024

Hi @kledom

Thank you very much.

For instance, op::check was replace with op::checkBool.

Noted it. I will make some workaround. For now, we should keep using OpenPose 1.5.1.

from ros_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.