Spaces:
Running
on
Zero
Running
on
Zero
Add citation
Browse files
README.md
CHANGED
|
@@ -11,4 +11,16 @@ python_version: "3.10"
|
|
| 11 |
license: other
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
license: other
|
| 12 |
---
|
| 13 |
|
| 14 |
+
This is a demo is a simplified version of the approach described in the paper, [EDGS: Eliminating Densification for Efficient Convergence of 3DGS"](https://arxiv.org/abs/2504.13204)
|
| 15 |
+
|
| 16 |
+
```
|
| 17 |
+
@misc{kotovenko2025edgseliminatingdensificationefficient,
|
| 18 |
+
title={EDGS: Eliminating Densification for Efficient Convergence of 3DGS},
|
| 19 |
+
author={Dmytro Kotovenko and Olga Grebenkova and Björn Ommer},
|
| 20 |
+
year={2025},
|
| 21 |
+
eprint={2504.13204},
|
| 22 |
+
archivePrefix={arXiv},
|
| 23 |
+
primaryClass={cs.GR},
|
| 24 |
+
url={https://arxiv.org/abs/2504.13204},
|
| 25 |
+
}
|
| 26 |
+
```
|