Add model card
#3
by
nielsr
HF staff
- opened
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).
|