IDEAL-Demo / README.md
Youran Qu
Super-squash branch 'main' using huggingface_hub
c59d4ac
metadata
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

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 bedroom_s1410414708 classroom_s2110116307 diningroom_s222352082 livingroom_s1635430172 office_s1788978722

File Structure

Each sampled scene folder keeps the same structure as the full dataset.

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.