CoolFace
Datasetpublic

heig-vd-geo/FLAIR1_mmseg

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/ │… See the full description on the dataset page: https://huggingface.co/datasets/heig-vd-geo/FLAIR1_mmseg.

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
1likes8downloads
Dataset Card

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. 1.Download the Dataset: Download the dataset from the this repo.
  1. 1.Extract the Dataset: Unzip the downloaded files, ensuring that the folder structure is preserved as outlined above.