HumanML3D icon indicating copy to clipboard operation
HumanML3D copied to clipboard

root rotation of xz axis

Open Ying156209 opened this issue 2 years ago • 1 comments

Hi, I'm curious about the root rotation recovery.
the recovery of root rotation use rot_vel = data[..., 0] in function recover_root_rot_pos(), which is calculated by r_velocity. image This is delta_theta/2.0 as I understand, which has no XYZ (axis) information in it. I wonder how this representation represents the rotation in other axes(like XZ).

Ying156209 avatar Mar 08 '23 04:03 Ying156209

Hi,

For HumanML3D, we only consider the root rotation along Y-axis. XZ rotations in our case would be more complicated.

GY156209 @.***> 于2023年3月7日周二 21:31写道:

Hi, I'm curious about the root rotation recovery. the recovery of root rotation use rot_vel = data[..., 0] in function recover_root_rot_pos(), which is calculated by r_velocity. [image: image] https://user-images.githubusercontent.com/34014097/223613924-f57a898f-a714-4a8a-8f39-232d35d5347b.png This is delta_theta/2.0 as I understand, which has no XYZ (axis) information in it. I wonder how this representation represents the rotation in other axes(like XZ).

— Reply to this email directly, view it on GitHub https://github.com/EricGuo5513/HumanML3D/issues/39, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKRYNB7SVBPM4IHLE3GJUPTW3ADTTANCNFSM6AAAAAAVTJXD2M . You are receiving this because you are subscribed to this thread.Message ID: @.***>

EricGuo5513 avatar Mar 10 '23 17:03 EricGuo5513