|
6 | 6 | 
|
7 | 7 |
|
8 | 8 | ## Table of Contents
|
| 9 | + * [Description](#description) |
9 | 10 | * [Installation](#installation)
|
10 | 11 | * [Dowloading the model](#downloading-the-model)
|
| 12 | + * [Loading SMPL-X, SMPL-H and SMPL](#loading-smpl-x-smpl-h-and-smpl) |
| 13 | + * [SMPL and SMPL-H setup](#smpl-and-smpl-h-setup) |
| 14 | + * [Model loading](https://github.com/vchoutas/smplx#model-loading) |
11 | 15 | * [Example](#example)
|
12 | 16 | * [Citation](#citation)
|
13 | 17 | * [Contact](#contact)
|
@@ -51,6 +55,7 @@ To download the *SMPL-X* go to the [project website](https://smpl-x.is.tue.mpg.d
|
51 | 55 |
|
52 | 56 | ### SMPL and SMPL-H setup
|
53 | 57 |
|
| 58 | +First download the [SMPL](http://smpl.is.tue.mpg.de/) and [SMPL-H](http://mano.is.tue.mpg.de) models provided by the authors. |
54 | 59 | Before using SMPL and SMPL-H you should follow the instructions in [tools/README.md](./tools/README.md) to remove the
|
55 | 60 | Chumpy objects from both model pkls, as well as merge the MANO parameters with SMPL-H.
|
56 | 61 |
|
@@ -100,5 +105,33 @@ If you find this code useful in your research then please cite:
|
100 | 105 | }
|
101 | 106 | ```
|
102 | 107 |
|
| 108 | +``` |
| 109 | + @article{SMPL:2015, |
| 110 | + author = {Loper, Matthew and Mahmood, Naureen and Romero, Javier and Pons-Moll, Gerard and Black, Michael J.}, |
| 111 | + title = {{SMPL}: A Skinned Multi-Person Linear Model}, |
| 112 | + journal = {ACM Trans. Graphics (Proc. SIGGRAPH Asia)}, |
| 113 | + month = oct, |
| 114 | + number = {6}, |
| 115 | + pages = {248:1--248:16}, |
| 116 | + publisher = {ACM}, |
| 117 | + volume = {34}, |
| 118 | + year = {2015} |
| 119 | + } |
| 120 | +``` |
| 121 | + |
| 122 | +``` |
| 123 | + @article{MANO:SIGGRAPHASIA:2017, |
| 124 | + title = {Embodied Hands: Modeling and Capturing Hands and Bodies Together}, |
| 125 | + author = {Romero, Javier and Tzionas, Dimitrios and Black, Michael J.}, |
| 126 | + journal = {ACM Transactions on Graphics, (Proc. SIGGRAPH Asia)}, |
| 127 | + volume = {36}, |
| 128 | + number = {6}, |
| 129 | + series = {245:1--245:17}, |
| 130 | + month = nov, |
| 131 | + year = {2017}, |
| 132 | + month_numeric = {11} |
| 133 | + } |
| 134 | +``` |
| 135 | + |
103 | 136 | ## Contact
|
104 |
| -For questions about our paper or code, please contact [Vassilis Choutas ]([email protected]). |
| 137 | +For questions about our paper or code, please contact [Vassilis Choutas ]([email protected]) and [Georgios Pavlakos]([email protected]). |
0 commit comments