README: Dataset description and structure
Browse files
README.md
CHANGED
@@ -2,22 +2,24 @@
|
|
2 |
license: other
|
3 |
license_name: cc-by-sa-and-odbl
|
4 |
license_link: LICENSE
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# Dataset Card for Map It Anywhere (MIA)
|
8 |
|
9 |
-
|
10 |
-
|
11 |
-
The Map It Anywhere (MIA) dataset contains pairs of first-person-view images and top-down semantic map
|
12 |
curated from public datasets.
|
13 |
## Dataset Details
|
14 |
|
15 |
### Dataset Description
|
|
|
|
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
<!-- Add author name -->
|
20 |
-
- **Curated by:** Airlab at CMU
|
21 |
- **License:** The first-person-view images and the associated metadata of MIA dataset is published under CC-By-SA following Mapillary. The bird’s eye view map of MIA dataset is published under ODbL following OpenStreetMap.
|
22 |
|
23 |
### Dataset Sources [optional]
|
@@ -29,21 +31,37 @@ curated from public datasets.
|
|
29 |
|
30 |
## Uses
|
31 |
|
32 |
-
<!-- Address questions around how the dataset is intended to be used. -->
|
33 |
|
34 |
### Direct Use
|
35 |
|
36 |
-
<!-- This section describes suitable use cases for the dataset. -->
|
37 |
|
38 |
This dataset is suitable for training and evaluating Bird's Eye View map models.
|
39 |
-
|
40 |
|
41 |
|
42 |
## Dataset Structure
|
43 |
|
44 |
-
|
45 |
-
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
## Dataset Creation
|
49 |
|
@@ -79,8 +97,8 @@ The MIA data engine and dataset were created to accelerate research progress tow
|
|
79 |
|
80 |
## Dataset Card Authors [optional]
|
81 |
|
82 |
-
|
83 |
|
84 |
## Dataset Card Contact
|
85 |
|
86 |
-
|
|
|
2 |
license: other
|
3 |
license_name: cc-by-sa-and-odbl
|
4 |
license_link: LICENSE
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pretty_name: Map It Anywhere
|
8 |
+
size_categories:
|
9 |
+
- 1M<n<10M
|
10 |
---
|
11 |
|
12 |
# Dataset Card for Map It Anywhere (MIA)
|
13 |
|
14 |
+
The Map It Anywhere (MIA) dataset contains map-prediction-ready data
|
|
|
|
|
15 |
curated from public datasets.
|
16 |
## Dataset Details
|
17 |
|
18 |
### Dataset Description
|
19 |
+
The Map It Anywhere (MIA) dataset contains 1.2 million high quality first-person-view (FPV) and bird's eye view (BEV) map pairs covering 470 squared km, thereby facilitating future map prediction
|
20 |
+
research on generalizability and robustness. The dataset is curated using the `MIA data engine` to sample from six urban-centered location: New York, Chicago, Houston, Los Angeles, Pittsburgh and San Francisco.
|
21 |
|
22 |
+
- **Curated by:** Airlab at CMU (Cherie Ho, Jiaye Zou, Omar Alama, Sai Mitheran Jagadesh Kumar, Benjamin Chiang, Taneesh Gupta, Chen Wang, Nikhil Keetha, Katia Sycara, Sebastian Scherer)
|
|
|
|
|
|
|
23 |
- **License:** The first-person-view images and the associated metadata of MIA dataset is published under CC-By-SA following Mapillary. The bird’s eye view map of MIA dataset is published under ODbL following OpenStreetMap.
|
24 |
|
25 |
### Dataset Sources [optional]
|
|
|
31 |
|
32 |
## Uses
|
33 |
|
|
|
34 |
|
35 |
### Direct Use
|
36 |
|
|
|
37 |
|
38 |
This dataset is suitable for training and evaluating Bird's Eye View map models.
|
39 |
+
We have tested it in the paper for First-person-view to Bird's Eye view map prediction.
|
40 |
|
41 |
|
42 |
## Dataset Structure
|
43 |
|
44 |
+
```
|
45 |
+
ROOT
|
46 |
+
|
|
47 |
+
--- LOCATION_0 # location folder
|
48 |
+
| |
|
49 |
+
| +--- images # FPV Images (XX.jpg)
|
50 |
+
| +--- semantic_masks # Semantic Masks (XX.npz)
|
51 |
+
| +--- flood_fill # Visibility Masks (XX.npz)
|
52 |
+
| ---- dump.json # Camera pose information for IDs in LOCATION
|
53 |
+
| ---- image_points.parquet
|
54 |
+
| ---- image_metadata.parquet
|
55 |
+
| ---- image_metadata_filtered.parquet
|
56 |
+
| ---- image_metadata_filtered_processed.parquet
|
57 |
+
--- LOCATION_1
|
58 |
+
.
|
59 |
+
.
|
60 |
+
|
|
61 |
+
+-- LOCATION_2
|
62 |
+
--- README.md
|
63 |
+
--- samples.pdf # Visualization of sample data
|
64 |
+
```
|
65 |
|
66 |
## Dataset Creation
|
67 |
|
|
|
97 |
|
98 |
## Dataset Card Authors [optional]
|
99 |
|
100 |
+
Cherie Ho, Jiaye Zou, Omar Alama, Sai Mitheran Jagadesh Kumar, Benjamin Chiang, Taneesh Gupta, Chen Wang, Nikhil Keetha, Katia Sycara, Sebastian Scherer
|
101 |
|
102 |
## Dataset Card Contact
|
103 |
|
104 |
+
Cherie Ho ([email protected])
|