update readme
Browse files- README.md +27 -1
- image/README/1732438311510.png +3 -0
- image/README/1732438334686.png +3 -0
- image/README/1732438352223.png +3 -0
- image/README/1732438442673.png +3 -0
- image/README/1732438503023.png +3 -0
- image/README/1732438587349.png +3 -0
README.md
CHANGED
@@ -9,11 +9,20 @@ task_categories:
|
|
9 |
- image-segmentation
|
10 |
---
|
11 |
# OpenSatMap Dataset Card
|
|
|
|
|
|
|
|
|
|
|
12 |
## Description
|
13 |
The dataset contains 3,787 high-resolution satellite images with fine-grained annotations, covering diverse geographic locations and popular driving datasets. It can be used for large-scale map construction and downstream tasks like autonomous driving. The images are collected from Google Maps at level 19 resolution (0.3m/pixel) and level 20 resolution (0.15m/pixel), we denote them as OpenSatMap19 and OpenSatMap20, respectively. For OpenSatMap19, the images are collected from 8 cities in China, including Beijing, Shanghai, Guangzhou, ShenZhen, Chengdu, Xi'an, Tianjin, and Shenyang. There are 1806 images in OpenSatMap19. For OpenSatMap20, the images are collected from 18 countries, more than 50 cities all over the world. There are 1981 images in OpenSatMap20. The figure below shows the sampling areas of the images in OpenSatMap.
|
|
|
|
|
|
|
14 |
|
15 |
For each image, we provide instance-level annotations and eight attributes for road structures, including lanes lines, curb and virtual lines. The instances in OpenSatMap images are annotated by experts in remote sensing and computer vision. We will continue to update the dataset, to grow in size and scope to reflect evolving real-world conditions.
|
16 |
|
|
|
17 |
## Image Source and Usage License
|
18 |
The OpenSatMap images are collected from Google Maps. The dataset will be licensed under a Creative Commons CC-BY-NC-SA 4.0 license and the usage of the images must respect the Google Maps Terms of Service.
|
19 |
## Line Category and Attribute
|
@@ -32,6 +41,10 @@ Specifically, they are:
|
|
32 |
- Clearness: The clearness of the line. It can be clear or fuzzy.
|
33 |
Note that there is no man-made visible line on curbs and virtual lines, so we annotate their colors, line types, numbers of lines, and functions as none.
|
34 |
|
|
|
|
|
|
|
|
|
35 |
## Annotation Format
|
36 |
The annotations are stored in JSON format. Each image is annotated with "image_width", "image_height", and a list of "lines" where the elements are line instances. Each line is annotated with "category", "points", "color", "line_type", "line_num", "function", "bidirection", "boundary", "shaded", and "clearness".
|
37 |
```
|
@@ -108,5 +121,18 @@ The meta data of GPS coordinates and image acquisition time are also provided. T
|
|
108 |
## Intended use
|
109 |
### Task 1: Instance-level Line Detection
|
110 |
The aim of this task is to extract road structures from satellite images at the instance level. For each instance, we use polylines as the vectorized representation and pixel-level masks as the rasterized representation.
|
|
|
|
|
|
|
|
|
111 |
### Task 2: Satellite-enhanced Online Map Construction
|
112 |
-
We use satellite images to enhance online map construction for autonomous driving. Inputs are carema images of an autonomous vehicle and satellite images of the same area and outputs are vectorized map elements around the vehicle.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- image-segmentation
|
10 |
---
|
11 |
# OpenSatMap Dataset Card
|
12 |
+
|
13 |
+
<p align="center">
|
14 |
+
<img src="image/README/1732438503023.png" alt="1732438503023">
|
15 |
+
</p>
|
16 |
+
|
17 |
## Description
|
18 |
The dataset contains 3,787 high-resolution satellite images with fine-grained annotations, covering diverse geographic locations and popular driving datasets. It can be used for large-scale map construction and downstream tasks like autonomous driving. The images are collected from Google Maps at level 19 resolution (0.3m/pixel) and level 20 resolution (0.15m/pixel), we denote them as OpenSatMap19 and OpenSatMap20, respectively. For OpenSatMap19, the images are collected from 8 cities in China, including Beijing, Shanghai, Guangzhou, ShenZhen, Chengdu, Xi'an, Tianjin, and Shenyang. There are 1806 images in OpenSatMap19. For OpenSatMap20, the images are collected from 18 countries, more than 50 cities all over the world. There are 1981 images in OpenSatMap20. The figure below shows the sampling areas of the images in OpenSatMap.
|
19 |
+
<p align="center">
|
20 |
+
<img src="image/README/1732438352223.png" alt="1732438352223">
|
21 |
+
</p>
|
22 |
|
23 |
For each image, we provide instance-level annotations and eight attributes for road structures, including lanes lines, curb and virtual lines. The instances in OpenSatMap images are annotated by experts in remote sensing and computer vision. We will continue to update the dataset, to grow in size and scope to reflect evolving real-world conditions.
|
24 |
|
25 |
+
|
26 |
## Image Source and Usage License
|
27 |
The OpenSatMap images are collected from Google Maps. The dataset will be licensed under a Creative Commons CC-BY-NC-SA 4.0 license and the usage of the images must respect the Google Maps Terms of Service.
|
28 |
## Line Category and Attribute
|
|
|
41 |
- Clearness: The clearness of the line. It can be clear or fuzzy.
|
42 |
Note that there is no man-made visible line on curbs and virtual lines, so we annotate their colors, line types, numbers of lines, and functions as none.
|
43 |
|
44 |
+
<p align="center">
|
45 |
+
<img src="image/README/1732438442673.png" alt="1732438442673">
|
46 |
+
</p>
|
47 |
+
|
48 |
## Annotation Format
|
49 |
The annotations are stored in JSON format. Each image is annotated with "image_width", "image_height", and a list of "lines" where the elements are line instances. Each line is annotated with "category", "points", "color", "line_type", "line_num", "function", "bidirection", "boundary", "shaded", and "clearness".
|
50 |
```
|
|
|
121 |
## Intended use
|
122 |
### Task 1: Instance-level Line Detection
|
123 |
The aim of this task is to extract road structures from satellite images at the instance level. For each instance, we use polylines as the vectorized representation and pixel-level masks as the rasterized representation.
|
124 |
+
<p align="center">
|
125 |
+
<img src="image/README/1732438334686.png" alt="1732438334686">
|
126 |
+
</p>
|
127 |
+
|
128 |
### Task 2: Satellite-enhanced Online Map Construction
|
129 |
+
We use satellite images to enhance online map construction for autonomous driving. Inputs are carema images of an autonomous vehicle and satellite images of the same area and outputs are vectorized map elements around the vehicle.
|
130 |
+
<p align="center">
|
131 |
+
<img src="image/README/1732438311510.png" alt="1732438311510">
|
132 |
+
</p>
|
133 |
+
|
134 |
+
**Alignment with driving benchmark (nuScenes)**
|
135 |
+
|
136 |
+
<p align="center">
|
137 |
+
<img src="image/README/1732438587349.png" alt="1732438587349">
|
138 |
+
</p>
|
image/README/1732438311510.png
ADDED
Git LFS Details
|
image/README/1732438334686.png
ADDED
Git LFS Details
|
image/README/1732438352223.png
ADDED
Git LFS Details
|
image/README/1732438442673.png
ADDED
Git LFS Details
|
image/README/1732438503023.png
ADDED
Git LFS Details
|
image/README/1732438587349.png
ADDED
Git LFS Details
|