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

Mean parameters for more than 10 parameters #24

Open avifitting opened 2 years ago

avifitting commented 2 years ago

Hi,

I've noticed that the neutral_star_mean_params.npz file contains mean shapes as follows:

[ 0.20560974 0.33556297 -0.35068282 0.35612896 0.41754073 0.03088791 0.30475676 0.23613405 0.20912662 0.31212646]

But the STAR team says it should be all zeros.

Why isn't the mean file [0 0 0 0 0 0 0 0 0 0]?

Any idea what the mean file should be when we change the number of beta shape parameters from 10 to any number between 10 and 300?