Metadata-Version: 2.1
Name: hbm
Version: 0.0.1
Summary: A rapid prototyping platform focused on modeling realistic human bodies
Home-page: https://github.com/neoglez/hbm
Author: Yansel Gonzalez Tejeda
Author-email: neoglez@gmail.com
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: opencv-python

### About HBM ###

**Human Body Models (HBM)** is a code base developed by Yansel González Tejeda for his PhD research at the [Computer Science department](https://informatik.uni-salzburg.at/) at [Paris Lodron University of Salzburg](https://www.uni-salzburg.at). It is a rapid prototyping platform focused on modeling realistic human bodies. It contains generative models based on the successfully SCAPE (TBD) and SMPL models.  **HBM** is written with Python in a tremendously "chatty" way to make it especially easy to understand to people with all academic backgrounds (including those without it - and me!). Note that this code is not recommended for production purposes, you can use it at your own risk though.

**NOTE: This is a work in progress**
Things will probably be wonky for a while. Until the code base becomes stable, you should expect several changes in the future. That being said, no drastic changes are planned.

## Acknowledgements ##
The SMPL team for the trained components of the model and the SMPL code.
The SCAPE team for the trained components of the model.
