Giter Club home page Giter Club logo

Comments (2)

silasalves avatar silasalves commented on July 19, 2024

After trying different approaches, a friend suggested looking if there were any special branch or tags for OpenPose, and we found out that there is a tag v1.5.1.

So we went to OpenPose repo and run the following command to get the correct files for version 1.5.1.

$ git checkout tags/v1.5.1 -b v1.5.1

After building/installing OpenPose again, I tried compiling ros_openpose and then everything worked.

Maybe adding this information on the installation notes will be helpful for new users.

Thanks!

from ros_openpose.

ravijo avatar ravijo commented on July 19, 2024

Hi @silasalves

Thank you very much for the workaround. Yes, you are right. To be more precise, the error error: no match for ‘operator=’ (operand types are ‘op::Matrix’ and ‘const cv::Mat’) is coming from OpenPose while you are trying to assign OpenCV matrix to OpenPose matrix. If you see the source code clearly, you can find that the OpenPose matrix is a wrapper build on the top of OpenCV matrix just to avoid OpenCV as dependency in the headers.

This repository should, therefore, work with >= v1.5.1 . I am adding the information on the installation note to check out the correct/latest version.

Thanks again. I appreciate your efforts.

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.