Skip to content

Commit cc27905

Browse files
committed
readme
1 parent 0626fa7 commit cc27905

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ or
4343
bash run_pipeline.sh example_speech -f
4444
```
4545

46-
# Citation
47-
If you use this code in your research, please cite the following papers.
46+
# License and Citation
47+
This code can only be used for **non-commercial research purposes**. If you use this code in your research, please cite the following papers.
4848
```
4949
@inproceedings{xiang2019monocular,
5050
title={Monocular total capture: Posing face, body, and hands in the wild},
@@ -61,9 +61,11 @@ If you use this code in your research, please cite the following papers.
6161
}
6262
```
6363

64+
Some part of this code is modified from [lmb-freiburg/hand3d](https://github.com/lmb-freiburg/hand3d).
65+
6466
# Adam Model
6567
We use the deformable human model [**Adam**](http://www.cs.cmu.edu/~hanbyulj/totalcapture/) in this code.
6668

6769
**The relationship between Adam and SMPL:** The body part of Adam is derived from [SMPL](http://smpl.is.tue.mpg.de/license_body) model. It follows SMPL's body joint hierarchy, but uses a different joint regressor. Adam does not contain the original SMPL model's shape and pose blendshapes, but uses its own version trained from Panoptic Studio database.
6870

69-
Facial expression of Adam model is unavailable due to copyright issue.
71+
Facial expression of Adam model is unavailable due to copyright issues.

0 commit comments

Comments
 (0)