Datasets:
Tasks:
Image Segmentation
Languages:
English
Size:
n<1K
ArXiv:
Tags:
remote-sensing
earth-observation
geospatial
satellite-imagery
scene-segmentation
semantic-segmentation
License:
Commit
·
ad8315c
0
Parent(s):
🤗 Initial commit
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +56 -0
- README.md +111 -0
- data/test/images/bellingham1.tif +3 -0
- data/test/images/bellingham10.tif +3 -0
- data/test/images/bellingham11.tif +3 -0
- data/test/images/bellingham12.tif +3 -0
- data/test/images/bellingham13.tif +3 -0
- data/test/images/bellingham14.tif +3 -0
- data/test/images/bellingham15.tif +3 -0
- data/test/images/bellingham16.tif +3 -0
- data/test/images/bellingham17.tif +3 -0
- data/test/images/bellingham18.tif +3 -0
- data/test/images/bellingham19.tif +3 -0
- data/test/images/bellingham2.tif +3 -0
- data/test/images/bellingham20.tif +3 -0
- data/test/images/bellingham21.tif +3 -0
- data/test/images/bellingham22.tif +3 -0
- data/test/images/bellingham23.tif +3 -0
- data/test/images/bellingham24.tif +3 -0
- data/test/images/bellingham25.tif +3 -0
- data/test/images/bellingham26.tif +3 -0
- data/test/images/bellingham27.tif +3 -0
- data/test/images/bellingham28.tif +3 -0
- data/test/images/bellingham29.tif +3 -0
- data/test/images/bellingham3.tif +3 -0
- data/test/images/bellingham30.tif +3 -0
- data/test/images/bellingham31.tif +3 -0
- data/test/images/bellingham32.tif +3 -0
- data/test/images/bellingham33.tif +3 -0
- data/test/images/bellingham34.tif +3 -0
- data/test/images/bellingham35.tif +3 -0
- data/test/images/bellingham36.tif +3 -0
- data/test/images/bellingham4.tif +3 -0
- data/test/images/bellingham5.tif +3 -0
- data/test/images/bellingham6.tif +3 -0
- data/test/images/bellingham7.tif +3 -0
- data/test/images/bellingham8.tif +3 -0
- data/test/images/bellingham9.tif +3 -0
- data/test/images/bloomington1.tif +3 -0
- data/test/images/bloomington10.tif +3 -0
- data/test/images/bloomington11.tif +3 -0
- data/test/images/bloomington12.tif +3 -0
- data/test/images/bloomington13.tif +3 -0
- data/test/images/bloomington14.tif +3 -0
- data/test/images/bloomington15.tif +3 -0
- data/test/images/bloomington16.tif +3 -0
- data/test/images/bloomington17.tif +3 -0
- data/test/images/bloomington18.tif +3 -0
- data/test/images/bloomington19.tif +3 -0
- data/test/images/bloomington2.tif +3 -0
.gitattributes
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
37 |
+
# Audio files - uncompressed
|
38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
41 |
+
# Audio files - compressed
|
42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
47 |
+
# Image files - uncompressed
|
48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
52 |
+
*.tif filter=lfs diff=lfs merge=lfs -text
|
53 |
+
# Image files - compressed
|
54 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
55 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
56 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,111 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license:
|
3 |
+
- unknown
|
4 |
+
task_categories:
|
5 |
+
- image-segmentation
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- remote-sensing
|
10 |
+
- earth-observation
|
11 |
+
- geospatial
|
12 |
+
- satellite-imagery
|
13 |
+
- scene-segmentation
|
14 |
+
- semantic-segmentation
|
15 |
+
- building-labeling
|
16 |
+
pretty_name: Inria Aerial Image Labeling Dataset
|
17 |
+
size_categories:
|
18 |
+
- n<1K
|
19 |
+
---
|
20 |
+
|
21 |
+
# Inria Aerial Image Labeling Dataset
|
22 |
+
|
23 |
+

|
24 |
+
|
25 |
+
## Description
|
26 |
+
|
27 |
+
The Inria Aerial Image Labeling Dataset is a building semantic segmentation dataset proposed in ["Can semantic labeling methods generalize to any city? the inria aerial image labeling benchmark," Maggiori et al.](https://ieeexplore.ieee.org/document/8127684). It consists of 360 high-resolution (0.3m) RGB images, each with a size of 5000x5000 pixels. These images are extracted from various international GIS services, such as the [USGS National Map](https://www.usgs.gov/core-science-systems/national-geospatial-program/national-map).
|
28 |
+
|
29 |
+
Project page: https://project.inria.fr/aerialimagelabeling/
|
30 |
+
|
31 |
+
## Details
|
32 |
+
|
33 |
+
## Structure
|
34 |
+
|
35 |
+
```tree
|
36 |
+
.
|
37 |
+
├── README.md
|
38 |
+
├── data
|
39 |
+
│ ├── test
|
40 |
+
│ │ └── images
|
41 |
+
│ │ ├── bellingham1.tif
|
42 |
+
│ │ ├── bellingham2.tif
|
43 |
+
│ │ ├── ...
|
44 |
+
│ │ └── tyrol-e36.tif
|
45 |
+
│ └── train
|
46 |
+
│ ├── gt
|
47 |
+
│ │ ├── austin1.tif
|
48 |
+
│ │ ├── austin2.tif
|
49 |
+
│ │ ├── ...
|
50 |
+
│ │ └── vienna36.tif
|
51 |
+
│ └── images
|
52 |
+
│ ├── austin1.tif
|
53 |
+
│ ├── austin2.tif
|
54 |
+
│ ├── ...
|
55 |
+
│ └── vienna36.tif
|
56 |
+
└── README.md
|
57 |
+
```
|
58 |
+
|
59 |
+
### Statistics
|
60 |
+
|
61 |
+
- **Image Resolution:** 0.3 meters per pixel
|
62 |
+
- **Image Size:** 5000x5000 pixels
|
63 |
+
- **Total Images:** 360
|
64 |
+
- **Regions:** 10 regions around the world, including both urban and rural areas.
|
65 |
+
- **Split:** Train and test sets are split into different cities for evaluating model generalization across dramatically different locations.
|
66 |
+
- **Test Set Ground Truth Masks:** Note that the ground truth masks for the test set have not been publicly released.
|
67 |
+
|
68 |
+
The dataset was originally used in the [Inria Aerial Image Labeling Dataset Contest](https://project.inria.fr/aerialimagelabeling/contest/).
|
69 |
+
|
70 |
+
### About the Dataset
|
71 |
+
|
72 |
+
The Inria Aerial Image Labeling Dataset is a comprehensive resource for semantic segmentation tasks in the field of remote sensing, with additional information as follows:
|
73 |
+
|
74 |
+
- **Dataset Coverage:** The dataset spans a total area of 810 km², meticulously divided into 405 km² for training and another 405 km² for testing purposes.
|
75 |
+
|
76 |
+
- **Image Characteristics:** This dataset offers aerial orthorectified color imagery, capturing scenes at an impressive spatial resolution of 0.3 meters per pixel.
|
77 |
+
|
78 |
+
- **Semantic Classes:** Ground truth data is provided for two fundamental semantic classes: "building" and "not building." It's important to note that ground truth data for the "not building" class is publicly disclosed exclusively for the training subset.
|
79 |
+
|
80 |
+
- **Diverse Urban Settlements:** The images cover a diverse range of urban settlements, ranging from densely populated areas such as San Francisco's financial district to picturesque alpine towns like Lienz in Austrian Tyrol.
|
81 |
+
|
82 |
+
- **City-Based Split:** Instead of merely dividing adjacent portions of the same images into the training and test subsets, this dataset adopts a unique approach. Different cities are included in each of the subsets. For instance, images from Chicago are part of the training set and excluded from the test set, while images from San Francisco are included in the test set and not in the training set. This design aims to assess the generalization capabilities of semantic labeling techniques across regions with varying illumination conditions, urban landscapes, and times of the year.
|
83 |
+
|
84 |
+
- **Data Sources:** The dataset was meticulously constructed by combining publicly available imagery and official building footprints.
|
85 |
+
|
86 |
+
This additional information further enriches the understanding of the Inria Aerial Image Labeling Dataset and its potential applications in remote sensing research.
|
87 |
+
|
88 |
+
### Sample Images
|
89 |
+
|
90 |
+
You can explore sample images from this dataset:
|
91 |
+
|
92 |
+
-  Chicago
|
93 |
+
-  Chicago - Reference
|
94 |
+
-  Kitsap County, WA
|
95 |
+
-  Kitsap County, WA - Reference
|
96 |
+
-  Vienna
|
97 |
+
-  Vienna - Reference
|
98 |
+
|
99 |
+
## Citation
|
100 |
+
|
101 |
+
If you use the Inria Aerial Image Labeling Dataset dataset in your research, please consider citing the following publication or the dataset's official website:
|
102 |
+
|
103 |
+
```bibtex
|
104 |
+
@inproceedings{maggiori2017dataset,
|
105 |
+
title={Can Semantic Labeling Methods Generalize to Any City? The Inria Aerial Image Labeling Benchmark},
|
106 |
+
author={Maggiori, Emmanuel and Tarabalka, Yuliya and Charpiat, Guillaume and Alliez, Pierre},
|
107 |
+
booktitle={IEEE International Geoscience and Remote Sensing Symposium (IGARSS)},
|
108 |
+
year={2017},
|
109 |
+
organization={IEEE}
|
110 |
+
}
|
111 |
+
```
|
data/test/images/bellingham1.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham10.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham11.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham12.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham13.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham14.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham15.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham16.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham17.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham18.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham19.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham2.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham20.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham21.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham22.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham23.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham24.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham25.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham26.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham27.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham28.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham29.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham3.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham30.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham31.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham32.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham33.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham34.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham35.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham36.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham4.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham5.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham6.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham7.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham8.tif
ADDED
|
Git LFS Details
|
data/test/images/bellingham9.tif
ADDED
|
Git LFS Details
|
data/test/images/bloomington1.tif
ADDED
|
Git LFS Details
|
data/test/images/bloomington10.tif
ADDED
|
Git LFS Details
|
data/test/images/bloomington11.tif
ADDED
|
Git LFS Details
|
data/test/images/bloomington12.tif
ADDED
|
Git LFS Details
|
data/test/images/bloomington13.tif
ADDED
|
Git LFS Details
|
data/test/images/bloomington14.tif
ADDED
|
Git LFS Details
|
data/test/images/bloomington15.tif
ADDED
|
Git LFS Details
|
data/test/images/bloomington16.tif
ADDED
|
Git LFS Details
|
data/test/images/bloomington17.tif
ADDED
|
Git LFS Details
|
data/test/images/bloomington18.tif
ADDED
|
Git LFS Details
|
data/test/images/bloomington19.tif
ADDED
|
Git LFS Details
|
data/test/images/bloomington2.tif
ADDED
|
Git LFS Details
|