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

How can I edit the certain bone length in generation? #87

Closed wyyyz1937365497 closed 2 weeks ago

wyyyz1937365497 commented 3 weeks ago

I used the rig generated by your addon in blender and used auto-rig-pro to remap the animation to my own rig, whose body proportion is not so similar to the generated one. And this made the animation look completely wrong. How can I edit the certain bone length in generation? Decreasing the length of arms helped. So how can i make the arms shorter without train a new model? i`ll be appretiate it if you can slove my problem.

Murrol commented 2 weeks ago

This model is not trained with different born lengths. So, it could be challenging to change it at inference time. You could look for advanced retargeting methods to post-process the generated motion.