lisiyao21 / Bailando

Code for CVPR 2022 paper "Bailando: 3D dance generation via Actor-Critic GPT with Choreographic Memory"
Other
382 stars 59 forks source link

3D animation #43

Open vick7y opened 1 year ago

vick7y commented 1 year ago

Hi, thanks for sharing the codebase of the Bailando project. Could you also share the code for the IK process and rotmat so we can transform the outputs into a bvh or fbx file? Right now the solutions I found are not compatible with the output format of the Actor Critic model. The code that was commented out in utils/functional.py also didn't work. I'd really appreciate if you can share some code of how your team did it! Thanks!