ahmedosman / STAR

ECCV2020 - Official code repository for the paper : STAR - A Sparse Trained Articulated Human Body Regressor
https://star.is.tue.mpg.de
Other
654 stars 95 forks source link

Changing Betas does not change shape of models #13

Closed michael-p-sachen closed 3 years ago

michael-p-sachen commented 3 years ago

Hi, When I edit the beta's of a model it does not result in a change to the shape of the generated Model Is this the correct way to change the body shape?

I am using the chumpy version of STAR

ahmedosman commented 3 years ago

Hi @michael-p-sachen , I am glad someone is using the chumpy code still. Could you pull again from remote, and check this example here:

https://github.com/ahmedosman/STAR/blob/master/demo/load_chumpy.py

Line 27-32 varies the 'betas' +/- 3 standard deviation.

Can I close this issue now?

michael-p-sachen commented 3 years ago

Thanks Working Great! Thank you for your project