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