Datasets:

Modalities:
Image
Formats:
parquet
ArXiv:
License:
vulus98 commited on
Commit
8bbe278
·
verified ·
1 Parent(s): 2d14493

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -63
README.md CHANGED
@@ -21,27 +21,7 @@ dataset_info:
21
  num_examples: 6
22
  download_size: 983238889
23
  dataset_size: 4531333734
24
- - config_name: indoor-debug
25
- features:
26
- - name: image
27
- dtype: image
28
- - name: depth
29
- dtype: binary
30
- - name: normals
31
- dtype: binary
32
- splits:
33
- - name: train
34
- num_bytes: 2274057190
35
- num_examples: 30
36
- - name: val
37
- num_bytes: 893846425
38
- num_examples: 12
39
- - name: test
40
- num_bytes: 901801642
41
- num_examples: 12
42
- download_size: 941108154
43
- dataset_size: 4069705257
44
- - config_name: outdoor
45
  features:
46
  - name: image
47
  dtype: image
@@ -61,26 +41,6 @@ dataset_info:
61
  num_examples: 2
62
  download_size: 1121988421
63
  dataset_size: 1589617209
64
- - config_name: outdoor-debug
65
- features:
66
- - name: image
67
- dtype: image
68
- - name: depth
69
- dtype: binary
70
- - name: normals
71
- dtype: binary
72
- splits:
73
- - name: train
74
- num_bytes: 766627252
75
- num_examples: 10
76
- - name: val
77
- num_bytes: 155647248
78
- num_examples: 2
79
- - name: test
80
- num_bytes: 302629869
81
- num_examples: 4
82
- download_size: 622750280
83
- dataset_size: 1224904369
84
  configs:
85
  - config_name: indoor
86
  data_files:
@@ -90,30 +50,14 @@ configs:
90
  path: indoor/val-*
91
  - split: test
92
  path: indoor/test-*
93
- - config_name: indoor-debug
94
- data_files:
95
- - split: train
96
- path: indoor-debug/train-*
97
- - split: val
98
- path: indoor-debug/val-*
99
- - split: test
100
- path: indoor-debug/test-*
101
- - config_name: outdoor
102
- data_files:
103
- - split: train
104
- path: outdoor/train-*
105
- - split: val
106
- path: outdoor/val-*
107
- - split: test
108
- path: outdoor/test-*
109
- - config_name: outdoor-debug
110
  data_files:
111
  - split: train
112
- path: outdoor-debug/train-*
113
  - split: val
114
- path: outdoor-debug/val-*
115
  - split: test
116
- path: outdoor-debug/test-*
117
  ---
118
 
119
  # 🗃️ Pano-Infinigen Dataset
@@ -142,13 +86,13 @@ configs:
142
  It serves as the primary training data for [PaGeR](https://pager360.github.io/), a single-step diffusion model for zero-shot panoramic depth and normal estimation.
143
 
144
  ## Dataset Summary
145
- - **Content:** Synthetic indoor and outdoor scenes.
146
  - **Modality:** RGB (PNG), Depth (binary .npy), Surface Normals (binary .npy).
147
  - **Projection:** Equirectangular (ERP).
148
  - **Use Case:** Training and evaluating monocular panoramic depth and normal estimation models.
149
 
150
  ## Data Structure
151
- The dataset is split into two configurations: `indoor` and `outdoor`. Each contains `train`, `validation`, and `test` splits.
152
 
153
  | Feature | Type | Description |
154
  | :--- | :--- | :--- |
 
21
  num_examples: 6
22
  download_size: 983238889
23
  dataset_size: 4531333734
24
+ - config_name: nature
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  features:
26
  - name: image
27
  dtype: image
 
41
  num_examples: 2
42
  download_size: 1121988421
43
  dataset_size: 1589617209
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  configs:
45
  - config_name: indoor
46
  data_files:
 
50
  path: indoor/val-*
51
  - split: test
52
  path: indoor/test-*
53
+ - config_name: nature
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  data_files:
55
  - split: train
56
+ path: nature/train-*
57
  - split: val
58
+ path: nature/val-*
59
  - split: test
60
+ path: nature/test-*
61
  ---
62
 
63
  # 🗃️ Pano-Infinigen Dataset
 
86
  It serves as the primary training data for [PaGeR](https://pager360.github.io/), a single-step diffusion model for zero-shot panoramic depth and normal estimation.
87
 
88
  ## Dataset Summary
89
+ - **Content:** Synthetic indoor and outdoor(nature) scenes.
90
  - **Modality:** RGB (PNG), Depth (binary .npy), Surface Normals (binary .npy).
91
  - **Projection:** Equirectangular (ERP).
92
  - **Use Case:** Training and evaluating monocular panoramic depth and normal estimation models.
93
 
94
  ## Data Structure
95
+ The dataset is split into two configurations: `indoor` and `nature`. Each contains `train`, `validation`, and `test` splits.
96
 
97
  | Feature | Type | Description |
98
  | :--- | :--- | :--- |