Git Product home page Git Product logo

Comments (3)

Arthur151 avatar Arthur151 commented on May 30, 2024

What is the 207-dim Pose Blend Shape?

from romp.

fabioo29 avatar fabioo29 commented on May 30, 2024

https://files.is.tue.mpg.de/black/papers/SMPL2015.pdf [SMPL Paper // Page 5]

Pose blend shapes. We denote as R : R|✓
~| 7! R9K a function
that maps a pose vector ~✓ to a vector of concatenated part relative
rotation matrices, exp(~!). Given that our rig has 23 joints, R(~✓) is
a vector of length (23 ⇥ 9 = 207). Elements of R(~✓) are functions
of sines and cosines (Eq. (1)) of joint angles and therefore R(~✓) is
non-linear with ~✓.

The project that I'm trying to merge with yours is Tex2Shape

from romp.

Arthur151 avatar Arthur151 commented on May 30, 2024

The estimated pose vector is 3D rotation vector of 24 joints(1 root joint+23 body joints), 72=24*3.
The 23 ⇥ 9 = 207 you want might be the 3D rotation matrix of 23 body joints?
Please use this to convert the estimated 3-dim 3D rotation vectors to 9-dim 3D rotation matrix.

For example,

transform_rot_representation(pose.reshape(-1,3), input_type='vec',out_type='mat')

from romp.

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.