File size: 994 Bytes
e6ae67f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3016539
1
2
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
32
33
34
35
---
license: mit
task_categories:
- image-to-3d
---

# GENIE Demo Dataset

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.

[Project page](https://mikolajzielinski.github.io/genie.github.io/) | [Paper](https://huggingface.co/papers/2508.02831) | [Code](https://github.com/MikolajZ/GENIE)

## Downloading

To download please use commands:
``` bash
git lfs install
git clone https://huggingface.co/datasets/MikolajZ/genie_demo_data
```

## 📄 Citation

If you use this demo, please cite:

```bibtex
@misc{zielinski2025genie,
  title     = {GENIE: Gaussian Encoding for Neural Radiance Fields Interactive Editing},
  author    = {Miko\l{}aj Zieli\'{n}ski and Krzysztof Byrski and Tomasz Szczepanik and Przemys\l{}aw Spurek},
  year      = {2025},
  eprint    = {2508.02831},
  archivePrefix = {arXiv},
  primaryClass  = {cs.CV},
  url       = {https://arxiv.org/abs/2508.02831}
}
```