EricGuo5513 / momask-codes

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

Can this model replace the visualization/data/template.bvh file with other character skeleton .bvh file without the need for retraining? #36

Closed shisgbdus closed 3 weeks ago

Murrol commented 7 months ago

Sorry for the late response. You can get a motion in the human-like key-point representation from our model. Converting this representation into bvh file, especially with other skeleton, might involve additional retargeting process. Using other character with the same skeleton topology might work. Otherwise, you might need to modify the retargeting method or retrain the model.