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

Warning when evaluating #35

Open LinghaoChan opened 1 year ago

LinghaoChan commented 1 year ago

Hi, siyao! I run the command python extract_aist_features.py to extract the (kinetic & manual) features of all AIST++ motions. However, I met with a warning:

WARNING: You are using a SMPL model, with only 10 shape coefficients.

Do you know the reason?

shuodehaoa commented 1 year ago

I also meet this warning, and I do not know why. But you can try to download another version of SMPL, such as SMPL_python_v.1.1.0.zip, and the warning disappeared.