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

Blank aniamtion #62

Closed wang-zm18 closed 3 months ago

wang-zm18 commented 4 months ago

When I tried to re-train the RVQ. The result of the saved animation rendering is blank. I have tried multiple params of the camera, however, the problem still remains. Thank you in advance!

Murrol commented 3 months ago

It's about the radius of plot_3d. https://github.com/EricGuo5513/momask-codes/commit/4038d850fb390f166033dcce9596aaddaac73016

wang-zm18 commented 3 months ago

Thank you!