nave cohen commited on
Commit
d481c79
1 Parent(s): 652ca43

dataset-card update

Browse files
Files changed (1) hide show
  1. data/readme.md +0 -32
data/readme.md DELETED
@@ -1,32 +0,0 @@
1
- # Urban Climate Dataset
2
-
3
- ## Dataset Description
4
-
5
- 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.
6
-
7
- ### Files and Structure:
8
-
9
- - **train/**: Contains training images and masks.
10
- - **train/Image/**: Original satellite images used for training.
11
- - **train/Mask/**: Binary masks where buildings are labeled.
12
- - **validation/**: Contains validation images and masks for model evaluation.
13
- - **validation/Image/**: Satellite images for validation.
14
- - **validation/Mask/**: Validation masks corresponding to the images.
15
- - **test/**: Contains test images and masks to evaluate the model.
16
- - **test/Image/**: Satellite images for testing.
17
- - **test/Mask/**: Test masks corresponding to the images.
18
-
19
- ---
20
-
21
- configs:
22
-
23
- - config_name: default
24
- data_files:
25
- - split: train
26
- path: "data/train/\*"
27
- - split: validation
28
- path: "data/validation/\*"
29
- - split: test
30
- path: "data/test/\*"
31
-
32
- ---