IDEAL-Demo / README.md
Youran Qu
Super-squash branch 'main' using huggingface_hub
c59d4ac
---
pretty_name: IDEAL-Demo
language:
- en
license: other
task_categories:
- image-to-text
tags:
- 3d-scene
- sample
- peer-review
configs:
- config_name: gt
data_files:
- split: train
path: "**/GT.json"
---
# IDEAL-Demo
Representative sample for peer review of the full dataset **cyn-xyz/ideal_scenes_preprocessed**.
## Full Dataset
- https://huggingface.co/datasets/cyn-xyz/ideal_scenes_preprocessed
## How This Sample Was Created
- Sampling time: 2026-05-07 04:33:23 UTC
- Source directory: local mirror of the full dataset downloaded from the URL above
- Rule: for each scene type folder (bathroom, bedroom, classroom, diningroom, homestudio, kitchen, library, livingroom, meetingroom, office), randomly select **3** scene folders.
## Quick Visual Examples
![bathroom_s1365382471](bathroom/bathroom_s1365382471/color.png)
![bedroom_s1410414708](bedroom/bedroom_s1410414708/color.png)
![classroom_s2110116307](classroom/classroom_s2110116307/color.png)
![diningroom_s222352082](diningroom/diningroom_s222352082/color.png)
![livingroom_s1635430172](livingroom/livingroom_s1635430172/color.png)
![office_s1788978722](office/office_s1788978722/color.png)
## File Structure
Each sampled scene folder keeps the same structure as the full dataset.
```text
IDEAL-Demo/
<room_type>/
<scene_id>/
GT.json
color.png
instance_segmentation.png
metadata.json
scene.blend
```
- `GT.json`: structured scene annotation.
- `color.png`: RGB render.
- `instance_segmentation.png`: per-instance segmentation map.
- `metadata.json`: rendering/camera/environment metadata.
- `scene.blend`: source Blender scene file.