nave1616's picture
Update README.md
46d1a76 verified
|
raw
history blame
1.22 kB
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train.parquet
      - split: validation
        path: data/validation.parquet
      - split: test
        path: data/test.parquet
dataset_info:
  features:
    - name: file_name
      dtype: string
    - 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.