git submodule update --init --recursive
You need to download the STAR models, and of part the SURREAL database for a set of shape and pose parameters.
- Download the models from our website https://star.is.tue.mpg.de/ and place it under
dataset_generation/human_db/star_models
. - Download the SURREAL database (2.5GB) from this link drive and place it under
dataset_generation/human_db/surreal_database/
. Make sure to respect SURREAL's license.
Your folder should look like
dataset_generation
|-human_db
|-STAR
|-star_generator.py
|-surreal_database
|-smpl_data.npz
|-star_models
|-female
|-model.npz
|-male
|-model.npz
|-neutral
|-model.npz
You should be all set to train while generating STAR data on the fly.