EricGuo5513 / text-to-motion

Official implementation for "Generating Diverse and Natural 3D Human Motions from Texts (CVPR2022)."
MIT License
428 stars 38 forks source link

Error on loading val_dataset. #1

Closed Dean-UQ closed 2 years ago

Dean-UQ commented 2 years ago

Hi Guo,

Thank you for sharing the official codes. I followed the instructions in the README.md and copy the HumanML3D dataset from here directly. However, when I tried to run the train_decomp_v3.py, I met an error shown in Fig.1. I would like to know what makes this error and how to fix it.

Many thanks for your help. 2022-06-14 21-20-10屏幕截图

EricGuo5513 commented 2 years ago

Hi, thanks for your interest on our work. Unfortunately, you need to generate our HumanML3D dataset through https://github.com/EricGuo5513/HumanML3D/, and then copy the folder to ./ dataset. Currently there are only two pieces of example data here. Due to the policy of amass, we are not allowed to distribute our HumanMl3D motion data directly.

EricGuo5513 commented 2 years ago

Would you mind giving me a message if you successfully go through the HumanML3D repository? I will appreciate it so much.

Dean-UQ commented 2 years ago

No problem, I will.