nielsr HF Staff commited on
Commit
e6ae67f
·
verified ·
1 Parent(s): 5540ae0

Improve dataset card: Add task category, paper, project page, and code links

Browse files

This PR improves the dataset card for the GENIE demo dataset by:
- Adding the `image-to-3d` task category to the metadata for better discoverability.
- Including direct links to the paper on Hugging Face Papers, the project page, and the GitHub repository for easier access and information.

Files changed (1) hide show
  1. README.md +34 -30
README.md CHANGED
@@ -1,31 +1,35 @@
1
- ---
2
- license: mit
3
- ---
4
-
5
- # GENIE Demo Dataset
6
-
7
- 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.
8
-
9
- ## Downloading
10
-
11
- To download please use commands:
12
- ``` bash
13
- git lfs install
14
- git clone https://huggingface.co/datasets/MikolajZ/genie_demo_data
15
- ```
16
-
17
- ## 📄 Citation
18
-
19
- If you use this demo, please cite:
20
-
21
- ```bibtex
22
- @misc{zielinski2025genie,
23
- title = {GENIE: Gaussian Encoding for Neural Radiance Fields Interactive Editing},
24
- author = {Miko\l{}aj Zieli\'{n}ski and Krzysztof Byrski and Tomasz Szczepanik and Przemys\l{}aw Spurek},
25
- year = {2025},
26
- eprint = {2508.02831},
27
- archivePrefix = {arXiv},
28
- primaryClass = {cs.CV},
29
- url = {https://arxiv.org/abs/2508.02831}
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
  ```