Yukun-Huang
Upload pretrained models, human templates, and datasets
57cad6d
|
raw
history blame
846 Bytes
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
```