Add model card and relevant metadata
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
-
---
|
2 |
-
license: bsd-3-clause
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: bsd-3-clause
|
3 |
+
pipeline_tag: image-to-3d
|
4 |
+
library_name: pytorch
|
5 |
+
paper: https://huggingface.co/papers/2409.04196
|
6 |
+
---
|
7 |
+
|
8 |
+
# GST: Precise 3D Human Body from a Single Image with Gaussian Splatting Transformers
|
9 |
+
|
10 |
+
This model reconstructs realistic 3D human models from single monocular images, as described in [GST: Precise 3D Human Body from a Single Image with Gaussian Splatting Transformers](https://huggingface.co/papers/2409.04196).
|
11 |
+
|
12 |
+
The code for this model is available at [the project website](https://abdullahamdi.com/gst/).
|