HumanML3D icon indicating copy to clipboard operation
HumanML3D copied to clipboard

HumanML3D: A large and diverse 3d human motion-language dataset.

Results 97 HumanML3D issues
Sort by recently updated
recently updated
newest added

Hi @EricGuo5513 Thank you for providing such a great dataset. I was doing preprocessing and went through the double-check steps you provided. I got the following results and I was...

It appears that the time taken to execute raw_pose_preprocessing.py over all the amass data as 3-4 days. Is it expected or am I doing something wrong.

Hi, I try to visualize the joints rotation representation, since converting from XYZ to joints rotation takes time. And the result seems not right. Here is my script. I have...

help wanted

Hi, This is a valuable resource so thanks for that! As I am interested in having HumanML3D in SMPL format, is there a version of `HumanAct12` that is in SMPL...

Hey, I'm curious in why you use the average number rather than the original variance when u calculate the variance of data in following code. Is there any experiment you...

when using np.load, it will raise error follows AND when i change np.load, using np.loadtxt it will raise another error HOW to solve it?

Hi, thank you for your great work. I have a question about the computation of the quaternion of joints, namely, how are the coordinate frames defined for each joint? For...

Traceback (most recent call last): File "raw_pose_processing .py" line 280, in m data_m = swap_left_right(data) File "raw_pose_processing .py",line 230,in swap_left_right assert len(data.shape) == 3 and data.shape[-1] == 3 AssertionError

1. When I finished creating the data In the abs(reference1 - reference1_1).sum() part of motion representation.ipynb, I got a value of 1.1061554 instead of a zero. If I don't get...