/SMPL_MODEL

SMPL, Generation method, Body model.

Primary LanguagePython

SMPL_MODEL

Overview

This repo is a Numpy and Tensorflow implementation of SMPL. It can be used to generate a body model if you can provide the parameters it needs. If you want to know more, please see (http://smpl.is.tue.mpg.de/).

Dependencies

This code uses Python 2.7 and need the following dependencies, I recommend you to use a virtual environment.

  • numpy, time, tensorflow-cpu, cv2, pickle, opendr.

Usage

Download the model, (http://smpl.is.tue.mpg.de/downloads).
Run helloSMPL.py or tfHelloSMPL.py.