About animation
Closed this issue · 1 comments
stephan000 commented
Can you tell me how to make an animation like the one in your demo video?
dancasas commented
You can create animations by rendering the SMPL meshes in different poses. You can see an example of articulating the SMPL mesh below, where we change the pose parameters 47 and 50 to create an A-pose.
SMPLitex/scripts/render_results.py
Lines 27 to 35 in 0476822
To load animations, you can download the AMASS dataset, which provides animations in SMPL pose parameters in npz
format.