Xiang12yu nielsr HF staff commited on
Commit
8c1e2c5
1 Parent(s): 5ac4b73

Add model card (#3)

Browse files

- Update README.md (0a5e8e0bf376057dff929c1ff54d97fd3c92f4e1)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: diffusers
4
+ pipeline_tag: image-to-image
5
+ ---
6
+
7
+ # Generative Densification: Learning to Densify Gaussians for High-Fidelity Generalizable 3D Reconstruction
8
+
9
+ This is the model for the paper [Generative Densification: Learning to Densify Gaussians for High-Fidelity Generalizable 3D Reconstruction](https://huggingface.co/papers/2412.06234).
10
+
11
+ [Project Page](https://stnamjef.github.io/GenerativeDensification/).
12
+
13
+ [Code](https://github.com/stnamjef/GenerativeDensification).