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

Use SMPl , get error #6

Open kevink2424 opened 2 years ago

kevink2424 commented 2 years ago

Hi @lisiyao21 ,

Thank you very much for your valuable code! I set "rotmat: True", Use SMPL, but get the error as follow:image

lisiyao21 commented 2 years ago

I received your info. I will solve it this weekend. However, the original paper is implemented using 3D keypoint positions. So I did not intend to focus on supporting SPML rotation matrix...

kevink2424 commented 2 years ago

@lisiyao21 Thanks for your reply. I have read the paper. I believe it's a great framework! But I have a question: how to drive 3D character from 3D keypoint? Could you give some help ?

Thank you !