nielsr HF Staff commited on
Commit
955d1d0
·
verified ·
1 Parent(s): 677ac8a

Add model card and relevant metadata

Browse files

This PR adds a model card with the appropriate `pipeline_tag`, a link to the project website for code access, the paper link, and specifies the `library_name` as PyTorch. This improves discoverability and provides essential information for users.

Files changed (1) hide show
  1. README.md +12 -3
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/).