Coder Social home page Coder Social logo

Location of first joint (Neck). about pats HOT 3 CLOSED

chahuja avatar chahuja commented on August 27, 2024
Location of first joint (Neck).

from pats.

Comments (3)

chahuja avatar chahuja commented on August 27, 2024
  1. When I plot 52 joint points why does the first joint (I guess it is the Neck joint) always appear in a far location from other joints?

Yes, that is normal. The data has been shifted back by the value of the neck joint position at every time step. So, the neck is now actually (0,0) for all time steps. This was done to effectively make the consistent across all speakers. If you would like the original data extracted using openpose, the way to do so would be adding the neck position to every other joint

  1. I also have a lack of understanding about ['parents'.]

Parents effectively represent the parent joint of each joint. The exception is -1 which is assigned to the root node (i.e. Neck). This information is useful to draw the skeleton between the joint positions.

from pats.

xxu511 avatar xxu511 commented on August 27, 2024

Hi :)))) Thank you so much for provide such good dataset and the answer of the question.@DeepestNet @chahuja I know it's been a long time now, Can i ask how you plot the joints? Now, i plot the joints by assuming every two continue column is for one joint since there are total 104 column and the joint order follow the order shown in the Joint_name function. I also assume the XY coordinate I read from pose/data would not need to do any future calculate.
image
But things become strange when I plot the each joint obviously this is not look like a upper human body. It's really confusing me. Any help would be apreciate. Thank you so much.
image

from pats.

chahuja avatar chahuja commented on August 27, 2024

My guess is that you may be reshaping the 104 pose vector incorrectly. If you are reshaping the pose vector as pose.reshape(2, 52), could you try reshaping it as pose.reshape(52, 2). As it has been a while, I don't remember which is the correct order.

from pats.

Related Issues (12)

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.