Datasets:

Modalities:
3D
ArXiv:
License:
JasonYinnnn nielsr HF Staff commited on
Commit
cefc537
·
1 Parent(s): 312606b

Add metadata and improve dataset card for ARSG-110K (#1)

Browse files

- Add metadata and improve dataset card for ARSG-110K (bbb4c92ba0b538c6141238e239f22825d6b5d383)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,6 +1,38 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
4
- ### The Objaverse_github.csv and ObjaverseXL_sketchfab.csv are subset of those from [TRELLIS-500K](https://github.com/microsoft/TRELLIS?tab=readme-ov-file#-dataset).
5
- ### The ```hdrs.zip```, ```materials_floor.zip```, and ```materials_wall.zip``` contain assets from the [BlenderKit](https://www.blenderkit.com/).
6
- ### We provide the renderings of 1000 example scenes. Please follow the [instruction](https://github.com/HorizonRobotics/3D-Fixer/blob/main/DATASET.md) to access more data.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - image-to-3d
5
+ tags:
6
+ - 3d
7
+ - scene-generation
8
+ - cvpr
9
  ---
10
+
11
+ # ARSG-110K
12
+
13
+ [**Project Page**](https://zx-yin.github.io/3dfixer/) | [**Paper**](https://huggingface.co/papers/2604.04406) | [**GitHub**](https://github.com/HorizonRobotics/3D-Fixer)
14
+
15
+ ARSG-110K is a large-scale scene-level dataset comprising over 110K diverse scenes and 3M annotated images with high-fidelity 3D ground truth. It is designed to support the training and evaluation of compositional 3D scene generation and in-place completion models. The dataset provides accurate 3D object-level ground-truth, layout, and annotations.
16
+
17
+ This dataset was introduced as part of the paper: **3D-Fixer: Coarse-to-Fine In-place Completion for 3D Scenes from a Single Image**.
18
+
19
+ ## Dataset Details
20
+
21
+ - **Source Data**: The `Objaverse_github.csv` and `ObjaverseXL_sketchfab.csv` are subsets of those from [TRELLIS-500K](https://github.com/microsoft/TRELLIS?tab=readme-ov-file#-dataset).
22
+ - **Assets**: The `hdrs.zip`, `materials_floor.zip`, and `materials_wall.zip` contain assets from [BlenderKit](https://www.blenderkit.com/).
23
+ - **Examples**: This repository provides renderings of 1000 example scenes.
24
+
25
+ ## Accessing the Data
26
+
27
+ Please follow the [detailed instructions](https://github.com/HorizonRobotics/3D-Fixer/blob/main/DATASET.md) on the official GitHub repository to access the full dataset beyond the example renderings.
28
+
29
+ ## Citation
30
+
31
+ ```bibtex
32
+ @inproceedings{yin2026tdfixer,
33
+ title={3D-Fixer: Coarse-to-Fine In-place Completion for 3D Scenes from a Single Image},
34
+ author={Yin, Ze-Xin and Liu, Liu and Wang, Xinjie and Sui, Wei and Su, Zhizhong and Yang, Jian and Xie, jin},
35
+ booktitle={Proceedings of the Computer Vision and Pattern Recognition Conference},
36
+ year={2026}
37
+ }
38
+ ```