akashsengupta1997 / STRAPS-3DHumanShapePose

Code repository for the paper: Synthetic Training for Accurate 3D Human Pose and Shape Estimation in the Wild (BMVC 2020)
MIT License
165 stars 18 forks source link

generating sample SMPL shape #19

Open Babaee opened 3 years ago

Babaee commented 3 years ago

Hello,

in the like where you sample shape parameter, you add to the mean shape. I am not quite sure if this is right. Since If the goal is to create a new shape then we should add mean shape to the multiplication of beta parameters to PCA vectors. Am I missing something?

https://github.com/akashsengupta1997/STRAPS-3DHumanShapePose/blob/0983321e631d0bbd2586601e06abe714b53c6790/augmentation/smpl_augmentation.py#L13