Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-segmentation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- aerial
|
| 9 |
+
- remote_sensing
|
| 10 |
+
- NIR
|
| 11 |
+
- nDSM
|
| 12 |
+
size_categories:
|
| 13 |
+
- 10B<n<100B
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# FLAIR#1 Dataset for MMSegmentation
|
| 17 |
+
|
| 18 |
+
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.
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
## Structure
|
| 22 |
+
|
| 23 |
+
Ensure that the dataset is organized as follows after extraction:
|
| 24 |
+
|
| 25 |
+
```
|
| 26 |
+
flair/
|
| 27 |
+
├── images/
|
| 28 |
+
│ ├── train/
|
| 29 |
+
│ ├── images/
|
| 30 |
+
│ └── masks/
|
| 31 |
+
│ ├── val/
|
| 32 |
+
│ ├── images/
|
| 33 |
+
│ └── masks/
|
| 34 |
+
│ └── test/
|
| 35 |
+
│ ├── images/
|
| 36 |
+
│ └── masks/
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
## Usage
|
| 40 |
+
|
| 41 |
+
1. **Download the Dataset:**
|
| 42 |
+
Download the dataset from the this repo.
|
| 43 |
+
|
| 44 |
+
2. **Extract the Dataset:**
|
| 45 |
+
Unzip the downloaded files, ensuring that the folder structure is preserved as outlined above.
|
| 46 |
+
|
| 47 |
+
|