ahmedosman / STAR

ECCV2020 - Official code repository for the paper : STAR - A Sparse Trained Articulated Human Body Regressor

Home Page:https://star.is.tue.mpg.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing Betas does not change shape of models

michael-p-sachen opened this issue · comments

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

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?

Thanks Working Great!
Thank you for your project