Insta360-Research commited on
Commit
0ed7422
·
verified ·
1 Parent(s): 53469fc

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md CHANGED
@@ -1,3 +1,89 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ pretty_name: OmniRooms
4
+ task_categories:
5
+ - depth-estimation
6
+ - image-to-3d
7
+ tags:
8
+ - panorama
9
+ - depth
10
+ - synthetic
11
+ - indoor-scene
12
+ - 3d
13
+ - vla
14
+ size_categories:
15
+ - 100K<n<1M
16
  ---
17
+
18
+ # OmniRooms
19
+
20
+ OmniRooms is a synthetic indoor-scene dataset containing panoramic RGB renderings,
21
+ depth maps, sampled camera positions, and camera metadata. The repository keeps
22
+ the original file tree intact so downstream users can consume the data without a
23
+ lossy conversion step.
24
+
25
+ ## Dataset Structure
26
+
27
+ The uploaded dataset mirrors the source directory:
28
+
29
+ ```text
30
+ smx_sim/
31
+ ├── <scene_name>/
32
+ │ ├── Original/ # RGB panorama JPG files
33
+ │ └── Depth/ # HDF5 depth files
34
+ ├── AIUE5_vol8_04/
35
+ │ ├── fov120*/
36
+ │ ├── fov130*/
37
+ │ └── fov130_fisheye*/ # Derived camera-view subsets and metadata
38
+ ├── 30cm/ # sampled XYZ camera positions
39
+ └── original/ # original XYZ camera positions and processing script
40
+ ```
41
+
42
+ Top-level scene folders include:
43
+
44
+ ```text
45
+ AI_vol3_01, AI_vol3_02, AI_vol3_03, AI_vol3_04,
46
+ AI_vol4_01, AI_vol4_02, AI_vol4_03, AI_vol4_04, AI_vol4_05,
47
+ AIUE5_vol8_03, AIUE5_vol8_04, AIUE5_vol8_05,
48
+ AIUE_V01_001, AIUE_V01_003, AIUE_V01_004, AIUE_V02_001
49
+ ```
50
+
51
+ ## Files
52
+
53
+ The upload contains approximately 968 GiB of raw data:
54
+
55
+ | Extension | Count | Description |
56
+ | --- | ---: | --- |
57
+ | `.jpg` | 292,159 | RGB panoramic images and derived camera-view images |
58
+ | `.h5` | 271,020 | HDF5 depth maps |
59
+ | `.csv` | 64 | sampled/original XYZ positions and pose metadata |
60
+ | `.json` | 4 | camera intrinsics and transform metadata |
61
+ | `.png` | 32 | auxiliary image assets |
62
+ | `.py` | 1 | processing utility |
63
+
64
+ Total files: 563,280.
65
+
66
+ ## Metadata Conventions
67
+
68
+ - `Original/Panoramagram*.jpg` stores RGB panorama frames.
69
+ - `Depth/Depth*.h5` stores depth data aligned with corresponding frame indices.
70
+ - `30cm/*.csv` stores sampled positions with `X`, `Y`, and `Z` columns.
71
+ - `original/*.csv` stores source positions before 30 cm sampling.
72
+ - `poses.csv` files store derived camera-view pose rows.
73
+ - `transforms.json` files store camera model, intrinsics, image resolution, and
74
+ per-frame transform matrices for derived camera-view subsets.
75
+
76
+ ## License and Use
77
+
78
+ This dataset is released under CC BY-NC 4.0. It is intended for research and
79
+ non-commercial use. Users are responsible for complying with the license and
80
+ with any applicable restrictions from the underlying assets used to generate the
81
+ synthetic scenes.
82
+
83
+ ## Citation
84
+
85
+ Citation information will be added when available.
86
+
87
+ ## Acknowledgements
88
+
89
+ Prepared by Insta360 Research.