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 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 ![屏幕截图 2024-02-27 163425](https://github.com/EricGuo5513/HumanML3D/assets/58196664/f614afb3-b0fd-4bf3-a206-1d15013e2e17) ![image](https://github.com/EricGuo5513/HumanML3D/assets/58196664/b7e5e431-c4cf-4970-b1cc-e5529f7e9b5a) 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: ![image](https://github.com/EricGuo5513/HumanML3D/assets/99795077/dbebcac8-97b0-4a61-a594-09ed3d9f850a) But when run the `motion_representation.ipynb`, it ouputs: ![img_v3_027o_4e67e022-a3ec-41ec-85a3-2e6d16a9fa0g](https://github.com/EricGuo5513/HumanML3D/assets/99795077/c2a43c2f-5cce-48cb-9d87-3959e8453edb) 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...

bug