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

About "cc_motion_gpt.yaml" #32

Open im1eon opened 2 years ago

im1eon commented 2 years ago

Hi siyao, Thanks for your great work. I have a question. When I train in step 3 (Train motion GPT),an error occurs---"AttributeError: 'MCTall' object has no attribute 'training_data' ". And I check the "cc_motion_gpt.yaml", found the "need_not_train_data: True", which causes the "def _build_train_loader(self):" not work. Is that correct?Or should I change "need_not_train_data" to "false"?

aleeyangfu commented 2 years ago

I did it with same way. Have you try transform the output pose(T*72) to bvh file(which can render mode in blender?)