Datasets:
File size: 1,651 Bytes
c59d4ac | 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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | ---
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






## 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.
|