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.
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.
