jjcao / 3D-Human-Body-Shape

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

creating by deform-based global mapping

What's this?

  1. It's a personal project for synthesizing 3D Human Body Shape.
  2. Input: your anthropometric measurements such as height, weight etc.
  3. Output: your 3D body shape

Installation

  1. python 3.5
  2. Numpy
  3. Scipy
  4. openpyxl
  5. fancyimpute
  6. pyqt4
  7. mayavi
  8. ctypes
  9. opengl

Instructions

It works well on Windows/OSX/Linux.

Training

  1. cd 3D-Human-Body-Shape
  2. download related data
  3. cd src
  4. python body_utils

Testing

  1. cd src
  2. python demo

During Testing

  1. adjust size (the numbers represents times of std, e.g. 30 means +3 std) creating by deform-based global mapping

  2. 'Ctrl + s' to save obj file

  3. choose different mapping method creating by deform-based global mapping

  4. press 'PREDICT' button to input the numbers(You don't need to fill out the form, the defualt can be estimated) creating by deform-based global mapping

Different Mapping Methods

  1. global mapping
  2. local_with_mask
  3. local_with_rfemat

About


Languages

Language:Python 100.0%