You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,9 @@ automatically terminate your rights under this License
40
40
## Description
41
41
42
42
STAR - A **S**parse **T**rained **A**rticulated Human Body **R**egressor is a generateive 3D human body model, that is designed to be a drop in replacement for the widely used SMPL model.
43
-
STAR is trained on largest dataset of more than 14,000 human body subjects, with a learned set of sparse and spatially local pose corrective
43
+
STAR is trained on a largest dataset of more than 14,000 human body subjects, with a learned set of sparse and spatially local pose corrective
44
44
blend shapes. In the Figure below, a single joint movement only influence a sparse set of the model vertices. The mesh vertices in
45
-
gray are not affected by the joint movement. In contrast to SMPL bending the left elbow causes a bulge in the right elbow. <br/>
45
+
gray are not affected by the joint movement. In contrast to SMPL where bending the left elbow causes a bulge in the right elbow. <br/>
46
46
STAR is publicly avaiable with the full 300 principal component shape space for research purposes from our website https://star.is.tue.mpg.de/
47
47
48
48
<palign="center">
@@ -54,7 +54,7 @@ STAR is publicly avaiable with the full 300 principal component shape space for
54
54
[STAR: Sparse Trained Articulated Human Body Regressor](https://ps.is.mpg.de/uploads_file/attachment/attachment/618/star_paper.pdf).
55
55
56
56
## Content
57
-
This repository contains the model loader in the following frameworks:
57
+
This repository contains the model loader for the following auto-differention frameworks:
58
58
* PyTorch.
59
59
* Tensorflow 2.0.
60
60
* Chumpy.
@@ -110,7 +110,8 @@ Under demos/* there are scripts demonstrating how to load and use the model in a
110
110
```
111
111
112
112
## SMPL Comparison
113
-
STAR is designed to be a drop in replacement for SMPL, similar to SMPL it is parameterised with pose and shape parameters.
113
+
STAR is designed to be a drop in replacement for SMPL, similar to SMPL it is parameterised with pose and shape parameters, with the same template
114
+
resolution and kinematic tree.
114
115
115
116
<palign="center">
116
117
<imgsrc="./images/smpl_vs_star.jpeg" />
@@ -140,9 +141,9 @@ If you find this Model & Software useful in your research we would kindly ask yo
140
141
```
141
142
142
143
## Acknowledgments
143
-
We thank Naureen M. Mahmood, Talha Zaman, Nikos Athanasiou, Muhammed Kocabas, Nikos Kolotouros and Vassilis Choutas for the discussions
144
-
and Sai Kumar Dwivedi, Lea Muller, Amir Ahmad and Nitin Saini for proof reading the script and Joachim Tesch for help with game engines plug-ins.
145
-
Thanks Mason Landry for the voice over and Benjamin Pellkofer for the IT support.
144
+
We thank Naureen M. Mahmood, Talha Zaman, Nikos Athanasiou, Joachim Tesch, Muhammed Kocabas, Nikos Kolotouros and Vassilis Choutas for the discussions
145
+
and Sai Kumar Dwivedi, Lea Muller, Amir Ahmad and Nitin Saini for proof reading the script and
146
+
Mason Landry for the voice over and Benjamin Pellkofer for the IT support.
0 commit comments