Giter Site home page Giter Site logo

Comments (2)

ashafaei avatar ashafaei commented on August 24, 2024 1

Hello @jiangwei221,
The representation of posture is not just the XYZ. You could also characterize the rotation of the joint with a 3x3 rotation matrix. The 16 values are actually a flattened 4x4 matrix. If you reshape it to 4x4 you'll get a 3x3 rotation matrix on the left top corner, and a 3x1 offset vector on the right side (those are the 13:15 values).

   -4.8039   -1.1965   -8.6886  -11.1906
    1.5543    9.6336   -2.1860   45.5783
    8.6317   -2.4006   -4.4419  -23.3961
         0         0         0    1.0000

This representation of joint is more informative than the mere xyz values, but it's rarely inferred in computer vision applications.

Yes, you are right. The joint locations are in the Maya space, whereas, the reconstruction is in the Kinect space. You need to use the extrinsic camera parameters (in the groundtruth file for each camera) to properly rotate and translate the point cloud to merge them. This is also implemented in the code process/generate_cloud_camera.m.

from ubc3v.

jiangwei221 avatar jiangwei221 commented on August 24, 2024

Thank you for the reply! I understand now!

from ubc3v.

Related Issues (7)

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.