EricGuo5513 / momask-codes

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

Regarding how to train on other datasets #75

Closed Suzixin7894946 closed 1 month ago

Suzixin7894946 commented 1 month ago

I would like to ask if you, the author, are familiar with the Babel dataset? I am interested in training this dataset on your model. Could you please provide me with some suggestions?

Murrol commented 1 month ago

Babel is a action-labelled dataset built on AMASS, which is similar to HumanML3D. So it should be easy to convert Babel motions to our 263 motion vectors. You just need to properly slice them according to Babel annotation and convert them using HumanML3D preprocessing scripts.