EricGuo5513 / momask-codes

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

How to get mapping.json file? #10

Open chendalao opened 5 months ago

chendalao commented 5 months ago

I want to know how to write the corresponding mapping file based on the model?

Murrol commented 5 months ago

Hi,

You can create the bone mapping manually by clicking NEW under the Bone Mapping subsection, or modify the imported Bone Mapping. After you get your own bone mapping, click Save Bone Mapping File to save it to the Bone Mapping File Path. More information please refer to the tutorial under 👯Visualization.

Thanks