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

Visualize gt error. #29

Closed miibotree closed 2 years ago

miibotree commented 2 years ago

I want to compare the generated results with the ground truth. It seems that the code also support visualize ground truth by passing the visgt parameter. However when I call the script using the visgt parameter, it seems like that the code is not fully implemented: the last two parameters of visualizeAndWrite function is not set correctly. How should I set these two parameters (especially the last quants para) to make the function execute correctly?

miibotree commented 2 years ago

well, since the visgt don't generate quants result, just comment pose_code2pkl function in visualizeAndWrite solved the problem.