HumanML3D
HumanML3D copied to clipboard
HumanML3D: A large and diverse 3d human motion-language dataset.
Hi Author, A question: what is the meaning of trans_matrix here? Why it is used? Thanks
Hi, I got exactly the same problem as #16 in motion_representation: Here is the output of motion_representation, just the same as #16 and #12   However, **for...
Hi, thanks for your great work. I am trying to recover the SMPL mesh from new_joints_vecs, but I find the result is weird. I covert the 6D rotation to axis...
Hi @EricGuo5513 , thanks for your efforts in providing such a significant dataset to the community. I would like to know some details about your data preprocessing stage and I...
When I ran Error when running raw_pose_processing.ipynb, I got an error like “[Errno 2] No such file or directory: ‘./pose_data/KIT/3/kick_high_left02_poses.npy’”, but I carefully checked the ./pose_data folder and there was...
Hello, I am experiencing the following problem while generating data for Human3D as per your md:  But when run the `motion_representation.ipynb`, it ouputs:  I consulted the npy file...
| **source_path** | **start_frame** | **end_frame** | **new_name** | |------------------------------------|-----------------|----------------|---------------| | ./pose_data/CMU/86/86_05_poses.npy | 434 | 634 | 007406.npy | **Text:** - a person makes a big jump forward, then a...
This is the output:Processed / All (fps 100): 8433/14055 Processing: KIT: 100%|██████████| 4232/4232 [2:26:16
Traceback (most recent call last): File "raw_pose_processing.py", line 116, in fps = amass_to_pose(path, save_path) File "raw_pose_processing.py", line 66, in amass_to_pose bdata = np.load(src_path, allow_pickle=True) File "/public/home/jd_szx/.conda/envs/sssu/lib/python3.7/site-packages/numpy/lib/npyio.py", line 433, in load...
Thanks for your great work! When studying your wonderful motion representation, I found two small problem which might influence your effects. And they are all in `common/skeleton.py`. ### 1. Face...