--- pretty_name: Fire3D Single-Image Data size_categories: n<1K tags: - 3d - scene-reconstruction - single-image-3d - point-cloud - 3d-front - depth --- # Fire3D Single-Image Data 20 indoor scenes rendered from [3D-FRONT](https://tianchi.aliyun.com/specials/promotion/alibaba-3d-scene-dataset). Each scene is one RGB view with metric depth, an empty-room depth map, ground-truth object meshes, and per-object 3D boxes — for single-image 3D scene reconstruction and evaluation. 19 of the 20 scenes additionally ship a **full-resolution instance mask** and **complete per-object / whole-scene meshes** recovered from the source 3D-FRONT room (see [Instance-level GT](#instance-level-gt-from-3d-front)). ~305 MiB. ``` / # e.g. 3025, index06 = 003025 ├── rgb_.jpeg # 1296x968 RGB ├── depth_.npy # (968, 1296) float64, metric z-depth ├── bgdepth_.npy # (484, 648) float64, depth of the empty room (half res) ├── annotation_.json # intrinsics, extrinsics, per-object boxes + labels ├── sceneobjgt_.ply # partial GT object meshes (as shipped), OpenCV camera frame │ │ # instance-level GT aligned from 3D-FRONT (19/20 scenes; absent for 3966): ├── instance_.png # (968, 1296) uint16 instance-id mask (0 = background) ├── instance_.json # id -> {label, obj_id, model_uuid, n_pixels, ...} + match/similarity ├── instance_overlay_.png # RGB with the coloured mask blended in, for eyeballing ├── sceneobjfull_.ply # all objects merged, OpenCV camera frame └── objects_/ # per-object meshes: _