Skip to content

Commit 20668ac

Browse files
committed
Update README.md
1 parent e310916 commit 20668ac

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

README.md

+34-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66
![SMPL-X Examples](./images/teaser_fig.png)
77

88
## Table of Contents
9+
* [Description](#description)
910
* [Installation](#installation)
1011
* [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)
1115
* [Example](#example)
1216
* [Citation](#citation)
1317
* [Contact](#contact)
@@ -51,6 +55,7 @@ To download the *SMPL-X* go to the [project website](https://smpl-x.is.tue.mpg.d
5155

5256
### SMPL and SMPL-H setup
5357

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.
5459
Before using SMPL and SMPL-H you should follow the instructions in [tools/README.md](./tools/README.md) to remove the
5560
Chumpy objects from both model pkls, as well as merge the MANO parameters with SMPL-H.
5661

@@ -100,5 +105,33 @@ If you find this code useful in your research then please cite:
100105
}
101106
```
102107

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+
103136
## 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

Comments
 (0)