Closed kinglr closed 3 weeks ago
If anyone's curious, they simply removed motions shorter than a specified threshold and added the subsequences, rather than processing them on the fly as in here: https://github.com/EricGuo5513/text-to-motion/blob/750f6391bbdbc8bcc6a246d2583f1e6c412d5a25/data/dataset.py#L390.
Hi, thank you for the amazing work and for sharing this project!
I noticed that your
train.txt
andtest.txt
split files differ from those in the original HumanML3D dataset. Could you explain the reason behind these differences?Thanks again! 😊