FLAIR1_mmseg / README.md
Shanci's picture
Create README.md
bc3690b verified
|
Raw
History Blame Contribute Delete
966 Bytes
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

  1. Download the Dataset: Download the dataset from the this repo.

  2. Extract the Dataset: Unzip the downloaded files, ensuring that the folder structure is preserved as outlined above.