We are not allowed to distribute human template models: [SMPL-X](https://smpl-x.is.tue.mpg.de/), [FLAME](https://flame.is.tue.mpg.de/), and [VPoser](https://smpl-x.is.tue.mpg.de/). Please download them from the official project pages: https://smpl-x.is.tue.mpg.de/ and https://flame.is.tue.mpg.de/, and reorganize them with the following structure: ``` human_templates ├── smplx │   ├── SMPLX_NEUTRAL_2020.npz │   ├── FLAME_vertex_ids.npy │   ├── MANO_vertex_ids.pkl │   └── smplx_vert_segmentation.json ├── flame │   └── FLAME_masks.pkl └── vposer    └── v2.0 ├── snapshots │ ├── V02_05_epoch=08_val_loss=0.03.ckpt │ └── V02_05_epoch=13_val_loss=0.03.ckpt ├── V02_05.yaml └── V02_05.log ```