Added dataset summary, class definitions and dataset contents
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
4 |
|
5 |
<div align="center">
|
@@ -16,3 +18,90 @@ license: mit
|
|
16 |
<!-- [![Watch the Demo](./assets/robust_aerial_videos.mp4)](./assets/robust_aerial_videos.mp4) -->
|
17 |
|
18 |
<img src="./assets/skyscene_intro_teaser.png" width="100%"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
---
|
6 |
|
7 |
<div align="center">
|
|
|
18 |
<!-- [![Watch the Demo](./assets/robust_aerial_videos.mp4)](./assets/robust_aerial_videos.mp4) -->
|
19 |
|
20 |
<img src="./assets/skyscene_intro_teaser.png" width="100%"/>
|
21 |
+
|
22 |
+
## Dataset Summary
|
23 |
+
|
24 |
+
Real-world aerial scene understanding is limited by a lack of datasets that contain densely annotated images curated under a diverse set of conditions.
|
25 |
+
Due to inherent challenges in obtaining such images in controlled real-world settings,
|
26 |
+
we present SkyScenes, a synthetic dataset of densely annotated aerial images captured from Unmanned Aerial Vehicle (UAV) perspectives.
|
27 |
+
**SkyScenes** images are carefully curated from **CARLA** to comprehensively capture diversity across layout (urban and rural maps), weather conditions, times of day, pitch angles and altitudes with corresponding semantic, instance and depth annotations.
|
28 |
+
**SkyScenes** features **33,600** images in total, which are spread across 8 towns, 5 weather and daytime conditions and 12 height and pitch variations.
|
29 |
+
|
30 |
+
|
31 |
+
<details>
|
32 |
+
<summary>Click to view the detailed list of all variations</summary>
|
33 |
+
|
34 |
+
- **Layout Variations(Total 8):**:
|
35 |
+
- Town01
|
36 |
+
- Town02
|
37 |
+
- Town03
|
38 |
+
- Town04
|
39 |
+
- Town05
|
40 |
+
- Town06
|
41 |
+
- Town07
|
42 |
+
- Town10HD
|
43 |
+
_Town07 features Rural Scenes, whereas the rest of the towns feature Urban scenes_
|
44 |
+
|
45 |
+
- **Weather & Daytime Variations(Total 5):**
|
46 |
+
- ClearNoon
|
47 |
+
- ClearSunset
|
48 |
+
- ClearNight
|
49 |
+
- CloudyNoon
|
50 |
+
- MidRainyNoon
|
51 |
+
|
52 |
+
- **Height and Pitch Variations of UAV Flight(Total 12):**
|
53 |
+
- Height = 15m, Pitch = 0°
|
54 |
+
- Height = 15m, Pitch = 45°
|
55 |
+
- Height = 15m, Pitch = 60°
|
56 |
+
- Height = 15m, Pitch = 90°
|
57 |
+
- Height = 35m, Pitch = 0°
|
58 |
+
- Height = 35m, Pitch = 45°
|
59 |
+
- Height = 35m, Pitch = 60°
|
60 |
+
- Height = 35m, Pitch = 90°
|
61 |
+
- Height = 60m, Pitch = 0°
|
62 |
+
- Height = 60m, Pitch = 45°
|
63 |
+
- Height = 60m, Pitch = 60°
|
64 |
+
- Height = 60m, Pitch = 90°
|
65 |
+
</details>
|
66 |
+
<details>
|
67 |
+
<summary>Click to view class definitions, color palette and class IDs for Semantic Segmentation</summary>
|
68 |
+
|
69 |
+
**SkyScenes** semantic segmentation labels span 28 classes which can be further collapsed to 20 classes.
|
70 |
+
| Class ID | Class ID (collapsed) | RGB Color Palette | Class Name | Definition |
|
71 |
+
|----------|--------------------|-------------------|------------------|----------------------------------------------------------------------------------------------------|
|
72 |
+
| 0 | -1 | <span style="color:rgb(0, 0, 0)"> (0, 0, 0) </span> | unlabeled | Elements/objects in the scene that have not been categorized |
|
73 |
+
| 1 | 2 | <span style="color:rgb(70, 70, 70)"> (70, 70, 70) </span> | building | Includes houses, skyscrapers, and the elements attached to them |
|
74 |
+
| 2 | 4 | <span style="color:rgb(190, 153, 153)"> (190, 153, 153) </span> | fence | Wood or wire assemblies that enclose an area of ground |
|
75 |
+
| 3 | -1 | <span style="color:rgb(55, 90, 80)"> (55, 90, 80) </span> | other | Uncategorized elements |
|
76 |
+
| 4 | 11 | <span style="color:rgb(220, 20, 60)"> (220, 20, 60) </span> | pedestrian | Humans that walk |
|
77 |
+
| 5 | 5 | <span style="color:rgb(153, 153, 153)"> (153, 153, 153) </span> | pole | Vertically oriented pole and its horizontal components if any |
|
78 |
+
| 6 | 16 | <span style="color:rgb(157, 234, 50)"> (157, 234, 50) </span> | roadline | Markings on road |
|
79 |
+
| 7 | 0 | <span style="color:rgb(128, 64, 128)"> (128, 64, 128) </span> | road | Lanes, streets, paved areas on which cars drive |
|
80 |
+
| 8 | 1 | <span style="color:rgb(244, 35, 232)"> (244, 35, 232) </span> | sidewalk | Parts of ground designated for pedestrians or cyclists |
|
81 |
+
| 9 | 8 | <span style="color:rgb(107, 142, 35)"> (107, 142, 35) </span> | vegetation | Trees, hedges, all kinds of vertical vegetation (ground-level vegetation is not included here) |
|
82 |
+
| 10 | 13 | <span style="color:rgb(0, 0, 142)"> (0, 0, 142) </span> | cars | Cars in scene |
|
83 |
+
| 11 | 3 | <span style="color:rgb(102, 102, 156)"> (102, 102, 156) </span> | wall | Individual standing walls, not part of buildings |
|
84 |
+
| 12 | 7 | <span style="color:rgb(220, 220, 0)"> (220, 220, 0) </span> | traffic sign | Signs installed by the state/city authority, usually for traffic regulation |
|
85 |
+
| 13 | 10 | <span style="color:rgb(70, 130, 180)"> (70, 130, 180) </span> | sky | Open sky, including clouds and sun |
|
86 |
+
| 14 | -1 | <span style="color:rgb(81, 0, 81)"> (81, 0, 81) </span> | ground | Any horizontal ground-level structures that do not match any other category |
|
87 |
+
| 15 | -1 | <span style="color:rgb(150, 100, 100)"> (150, 100, 100) </span> | bridge | The structure of the bridge |
|
88 |
+
| 16 | -1 | <span style="color:rgb(230, 150, 140)"> (230, 150, 140) </span> | railtrack | Rail tracks that are non-drivable by cars |
|
89 |
+
| 17 | -1 | <span style="color:rgb(180, 165, 180)"> (180, 165, 180) </span> | guardrail | Guard rails / crash barriers |
|
90 |
+
| 18 | 6 | <span style="color:rgb(250, 170, 30)"> (250, 170, 30) </span> | traffic light | Traffic light boxes without their poles |
|
91 |
+
| 19 | -1 | <span style="color:rgb(110, 190, 160)"> (110, 190, 160) </span> | static | Elements in the scene and props that are immovable |
|
92 |
+
| 20 | -1 | <span style="color:rgb(170, 120, 50)"> (170, 120, 50) </span> | dynamic | Elements whose position is susceptible to change over time |
|
93 |
+
| 21 | 19 | <span style="color:rgb(45, 60, 150)"> (45, 60, 150) </span> | water | Horizontal water surfaces |
|
94 |
+
| 22 | 9 | <span style="color:rgb(152, 251, 152)"> (152, 251, 152) </span> | terrain | Grass, ground-level vegetation, soil, or sand |
|
95 |
+
| 23 | 12 | <span style="color:rgb(255, 0, 0)"> (255, 0, 0) </span> | rider | Humans that ride/drive any kind of vehicle or mobility system |
|
96 |
+
| 24 | 18 | <span style="color:rgb(119, 11, 32)"> (119, 11, 32) </span> | bicycle | Bicycles in scenes |
|
97 |
+
| 25 | 17 | <span style="color:rgb(0, 0, 230)"> (0, 0, 230) </span> | motorcycle | Motorcycles in scene |
|
98 |
+
| 26 | 15 | <span style="color:rgb(0, 60, 100)"> (0, 60, 100) </span> | bus | Buses in scenes |
|
99 |
+
| 27 | 14 | <span style="color:rgb(0, 0, 70)"> (0, 0, 70) </span> | truck | Trucks in scenes |
|
100 |
+
|
|
101 |
+
</details>
|
102 |
+
|
103 |
+
## Dataset Structure
|
104 |
+
|
105 |
+
The dataset is organized in the following structure:
|
106 |
+
|
107 |
+
|