Skip to content

Commit 19cfbe9

Browse files
committed
Update README.md
1 parent 8ed8043 commit 19cfbe9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
[[Paper Page](https://smpl-x.is.tue.mpg.de/)] [[Paper](https://ps.is.tuebingen.mpg.de/uploads_file/attachment/attachment/497/SMPL-X.pdf)]
44
[[Supp. Mat.](https://ps.is.tuebingen.mpg.de/uploads_file/attachment/attachment/498/SMPL-X-supp.pdf)]
55

6+
![SMPL-X Examples](./images/teaser_fig.png)
7+
68
## Table of Contents
79
* [Installation](#installation)
810
* [Dowloading the model](#downloading-the-model)
911
* [Example](#example)
1012
* [Citation](#citation)
1113
* [Contact](#contact)
1214

13-
## Disclaimer:
15+
## Disclaimer
1416

1517
The original images used for the figures 1 and 2 of the paper can be found in this link.
1618
The images in the paper are used under license from gettyimages.com.
@@ -38,7 +40,7 @@ To install the model simply you can:
3840
2. Clone this repository and install it using the *setup.py* script:
3941
```Shell
4042
git clone https://github.com/vchoutas/smplx
41-
python setup.py install`
43+
python setup.py install
4244
```
4345

4446
## Downloading the model
@@ -57,6 +59,8 @@ script to visualize the results. For this step you have to install the [pyrender
5759

5860
## Citation
5961

62+
If you find this code useful in your research then please cite:
63+
6064
```
6165
@inproceedings{SMPL-X:2019,
6266
title = {Expressive Body Capture: 3D Hands, Face, and Body from a Single Image},

0 commit comments

Comments
 (0)