source code of paper: 3D Human Body Reshaping with Anthropometric Modeling
- Input: your anthropometric measurements such as height, weight etc.
- Output: your 3D body shape (i.e., obj file)
Windows/OSX/Linux
pip install -r requirements.txt
(Note: if you want to run on Windows, strongly recommend to use 'pip install' from .whl files download here)
git clone https://github.com/1900zyh/3D-Human-Body-Shape.git
cd 3D-Human-Body-Shape/
cd src/
python body_utils.py
cd src/
python demo.py
-
adjust size (the numbers represents times of std, e.g. 30 means +3 std)
-
'Ctrl + s' to save obj file
-
press 'PREDICT' button to input the numbers(You don't need to fill out the form, the defualt can be estimated)
- global mapping
- local_with_mask
- local_with_rfemat
If you find this paper useful, please cite:
@article{zeng2017humanbody,
title={3D Human Body Reshaping with Anthropometric Modeling},
author={Yanhong Zeng, Jianlong Fu, Hongyang Chao},
journal={ICIMCS},
year={2017}
}