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

Make repo pip compatible, complete chumpy and torch demo, fix hard-coded betas and get posed mesh joints #7

Closed neoglez closed 3 years ago

neoglez commented 3 years ago

First of all, thanks for sharing the code! This pull request attempts to solve https://github.com/ahmedosman/STAR/issues/3 by making the repo pip compatible. That is, the code can be installed by making

git clone git@github.com:ahmedosman/STAR.git
cd /mypath/to/STAR
pip install .

Additionally, the demo to generate (which should be the ultimate goal of a generative model like STAR) a mesh using chumpy is completed. Other frameworks can be implemented following that pattern.

neoglez commented 3 years ago

This pull-request attemps to: