Spaces:
dylanebert
/
Running on Zero

magistrkoljan commited on
Commit
8eef040
·
verified ·
1 Parent(s): c550140

Add citation

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -11,4 +11,16 @@ python_version: "3.10"
11
  license: other
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```