File size: 1,144 Bytes
89c7a1f c186f84 f7b5580 c186f84 f7b5580 c186f84 f7b5580 4306435 27d2c2e 89c7a1f d1256d2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
configs:
- config_name: default
data_files:
- split: train
path: "train.csv"
- split: validation
path: "validation.csv"
- split: test
path: "test.csv"
dataset_info:
features:
- name: image
dtype: image
- name: mask
dtype: image
---
# Urban Climate Dataset
## Dataset Description
This dataset is part of the Urban Climate project. It contains satellite images of urban areas and corresponding segmentation masks that are used for building detection and segmentation tasks.
### Files and Structure:
- **train/**: Contains training images and masks.
- **train/Image/**: Original satellite images used for training.
- **train/Mask/**: Binary masks where buildings are labeled.
- **validation/**: Contains validation images and masks for model evaluation.
- **validation/Image/**: Satellite images for validation.
- **validation/Mask/**: Validation masks corresponding to the images.
- **test/**: Contains test images and masks to evaluate the model.
- **test/Image/**: Satellite images for testing.
- **test/Mask/**: Test masks corresponding to the images.
|