harpreetsahota commited on
Commit
214a807
·
verified ·
1 Parent(s): 56c71a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -6
README.md CHANGED
@@ -100,32 +100,49 @@ SkyScenes is a comprehensive synthetic dataset for aerial scene understanding th
100
 
101
  ### Dataset Structure
102
  - **Images**: RGB images captured across multiple variations:
 
103
  - 8 different town layouts (7 urban + 1 rural)
 
104
  - 5 weather/time conditions (ClearNoon, ClearSunset, ClearNight, CloudyNoon, MidRainyNoon)
 
 
105
  - 12 viewpoint combinations (3 heights × 4 pitch angles)
106
 
107
  ### Annotations
108
  Each image comes with dense pixel-level annotations for:
 
109
  - Semantic segmentation (28 classes)
 
110
  - Instance segmentation
 
111
  - Depth information
112
 
113
  ### Key Variations
114
- 1. **Heights**: 15m, 35m, 60m
115
- 2. **Pitch Angles**: 0°, 45°, 60°, 90°
116
- 3. **Weather/Time**: Various conditions to test robustness
117
- 4. **Layouts**: Different urban and rural environments
118
 
 
 
 
 
 
 
 
119
 
120
  ### NOTE: This repo contains only a subset of the full dataset:
121
 
122
- - **Heights & Pitch Angles**:
 
123
  - H_15_P_0 (15m height, 0° pitch)
 
124
  - H_35_P_0 (35m height, 0° pitch)
 
125
  - H_60_P_0 (60m height, 0° pitch)
126
- -
127
  - **Weather Condition**: ClearNoon only
 
 
128
  - **Town Layouts**: Town01, Town02, Town05, Town07
 
 
129
  - **Data Modalities**:
130
  - RGB Images
131
  - Depth Maps
 
100
 
101
  ### Dataset Structure
102
  - **Images**: RGB images captured across multiple variations:
103
+
104
  - 8 different town layouts (7 urban + 1 rural)
105
+
106
  - 5 weather/time conditions (ClearNoon, ClearSunset, ClearNight, CloudyNoon, MidRainyNoon)
107
+
108
+
109
  - 12 viewpoint combinations (3 heights × 4 pitch angles)
110
 
111
  ### Annotations
112
  Each image comes with dense pixel-level annotations for:
113
+
114
  - Semantic segmentation (28 classes)
115
+
116
  - Instance segmentation
117
+
118
  - Depth information
119
 
120
  ### Key Variations
 
 
 
 
121
 
122
+ - **Heights**: 15m, 35m, 60m
123
+
124
+ - **Pitch Angles**: 0°, 45°, 60°, 90°
125
+
126
+ - **Weather/Time**: Various conditions to test robustness
127
+
128
+ - **Layouts**: Different urban and rural environments
129
 
130
  ### NOTE: This repo contains only a subset of the full dataset:
131
 
132
+ - **Heights & Pitch Angles**:
133
+
134
  - H_15_P_0 (15m height, 0° pitch)
135
+
136
  - H_35_P_0 (35m height, 0° pitch)
137
+
138
  - H_60_P_0 (60m height, 0° pitch)
139
+
140
  - **Weather Condition**: ClearNoon only
141
+
142
+
143
  - **Town Layouts**: Town01, Town02, Town05, Town07
144
+
145
+
146
  - **Data Modalities**:
147
  - RGB Images
148
  - Depth Maps