EricGuo5513 / momask-codes

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

Meaning of 263 dimensional vectors. #15

Open liloewe opened 5 months ago

liloewe commented 5 months ago

Hello authors, what do these vectors mean? Where to find it.

root_rot_velocity (B, seq_len, 1)

root_linear_velocity (B, seq_len,2)

root_y (B, seq_len, 1)

ric_data (B, seq_len, (joint_num - 1)*3)

rot_data (B, seq_len, (joint_num - 1)*6)

local_velocity (B, seq_len,joint_num*3)

foot contact (B, seq_len, 4)

Murrol commented 5 months ago

You can find them from the dataset preparing scripts here.

liloewe commented 5 months ago

Thank you. I see it