Datasets:
Tasks:
Image Segmentation
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
100K - 1M
License:
metadata
license: apache-2.0
task_categories:
- image-segmentation
language:
- en
tags:
- aerial
- remote_sensing
- NIR
- nDSM
size_categories:
- 10B<n<100B
FLAIR#1 Dataset for MMSegmentation
This repository provides the Official FLAIR#1 dataset, formatted for compatibility with the MMSegmentation framework. The dataset is structured to maintain the original folder hierarchy as required by MMSegmentation.
Structure
Ensure that the dataset is organized as follows after extraction:
flair/
├── images/
│ ├── train/
│ ├── images/
│ └── masks/
│ ├── val/
│ ├── images/
│ └── masks/
│ └── test/
│ ├── images/
│ └── masks/
Usage
Download the Dataset: Download the dataset from the this repo.
Extract the Dataset: Unzip the downloaded files, ensuring that the folder structure is preserved as outlined above.