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

I found some little mistake in your dataset processing script #80

Closed hu394854434 closed 1 month ago

hu394854434 commented 1 month ago

In your script for processing HumanML3D, you mirrored the motion,but did not mirrored the description.For example,"he is waving his left hand",this script may lead to two kind of motion("waving right hand" or "waving left hand")

Murrol commented 1 month ago

Thanks for your interest. Your downloading text annotation should have been mirrored. https://github.com/EricGuo5513/HumanML3D/blob/9176e8fb446b71c7d2a725eb5cf6fec1ae3b3c23/README.md?plain=1#L22