-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Create a Custom Description Dataset for HumanML3D? #16
Comments
Thanks for you appreciate, |
Thank you for share the link. could you give the dataset creating code? |
We created the dataset according to the processing flow of HumanML3D. For text processing, you can refer to: https://github.com/EricGuo5513/HumanML3D/blob/main/text_process.py |
Thank you for send me the HumanML3d text process code link. def process_humanml3d(corpus): if name == "main": How to make desc_final.csv? |
We used Excel when processing text, with the first column containing animation ID and the second column containing text annotations, then processed into id.txt. |
Hi, |
Hi,
Great work!
I'm currently working on a project where I need to generate a custom description dataset similar to the one used in HumanML3D. I noticed that you've made changes to your own combat descriptions, and I'm curious about the best practices and steps involved in creating such a dataset. could you help me?
The text was updated successfully, but these errors were encountered: