Datasets:
Improve dataset card: Add task category, paper, project page, and code links (#1)
Browse files- Improve dataset card: Add task category, paper, project page, and code links (e6ae67fc43d91470628a5bb6885ed076ba79d0c2)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,31 +1,35 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-3d
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# GENIE Demo Dataset
|
| 8 |
+
|
| 9 |
+
This is a small demo subset of the full [GENIE dataset](https://huggingface.co/datasets/MikolajZ/genie_data) for interactive editing of Neural Radiance Fields.
|
| 10 |
+
|
| 11 |
+
[Project page](https://mikolajzielinski.github.io/genie.github.io/) | [Paper](https://huggingface.co/papers/2508.02831) | [Code](https://github.com/MikolajZ/GENIE)
|
| 12 |
+
|
| 13 |
+
## Downloading
|
| 14 |
+
|
| 15 |
+
To download please use commands:
|
| 16 |
+
``` bash
|
| 17 |
+
git lfs install
|
| 18 |
+
git clone https://huggingface.co/datasets/MikolajZ/genie_demo_data
|
| 19 |
+
```
|
| 20 |
+
|
| 21 |
+
## 📄 Citation
|
| 22 |
+
|
| 23 |
+
If you use this demo, please cite:
|
| 24 |
+
|
| 25 |
+
```bibtex
|
| 26 |
+
@misc{zielinski2025genie,
|
| 27 |
+
title = {GENIE: Gaussian Encoding for Neural Radiance Fields Interactive Editing},
|
| 28 |
+
author = {Miko\l{}aj Zieli\'{n}ski and Krzysztof Byrski and Tomasz Szczepanik and Przemys\l{}aw Spurek},
|
| 29 |
+
year = {2025},
|
| 30 |
+
eprint = {2508.02831},
|
| 31 |
+
archivePrefix = {arXiv},
|
| 32 |
+
primaryClass = {cs.CV},
|
| 33 |
+
url = {https://arxiv.org/abs/2508.02831}
|
| 34 |
+
}
|
| 35 |
```
|