EricGuo5513 / momask-codes

Official implementation of "MoMask: Generative Masked Modeling of 3D Human Motions (CVPR2024)"
https://ericguo5513.github.io/momask/
MIT License
859 stars 73 forks source link

Why randomly discard a unit_length motion with a one-third probability in __getitem__()? #69

Closed JackYu6 closed 1 month ago

JackYu6 commented 3 months ago

Hi, thanks for the great work! I'm wondering why should we randomly discard a unit_length motion with a one-third probability in getitem function of Text2MotionDatasetEval class and Text2MotionDataset class? Why discard it and why with a one-third probability? https://github.com/EricGuo5513/momask-codes/blob/7ac5c2784dee403461558a722f0fdfdf36a3a849/data/t2m_dataset.py#L211-L212 Thank you in advance for your reply.

Murrol commented 1 month ago

Hi, thanks for your interest.

We just follow the benchmark setting from HumanML3D. Probably, it's for some augmentation.