EricGuo5513 / momask-codes

Official implementation of "MoMask: Generative Masked Modeling of 3D Human Motions (CVPR2024)"
https://ericguo5513.github.io/momask/
MIT License
859 stars 73 forks source link

Is the generated npy file with 22 joints for SMPL body model? #70

Closed liweiqi11111 closed 3 months ago

liweiqi11111 commented 3 months ago

If so, how can i turn 22x3 to 24x3 parameters? should i add 2x3 zeros for two hands joints?

Murrol commented 3 months ago

Hi, you can refer to https://github.com/GuyTevet/motion-diffusion-model/blob/main/visualize/simplify_loc2rot.py#L124.

We should set the rotation of hand joints (wrists if I'm no wrong) to zero but not postions.