Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 529 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 529 Bytes

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.