nave cohen commited on
Commit
ac4f3d8
1 Parent(s): b8019de

dataset-card update

Browse files
Files changed (2) hide show
  1. README.md +25 -0
  2. dataset_config.yaml +0 -23
README.md CHANGED
@@ -15,3 +15,28 @@ This dataset is part of the Urban Climate project. It contains satellite 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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/metadata.csv"
27
+ - split: validation
28
+ path: "data/validation/metadata.csv"
29
+ - split: test
30
+ path: "data/test/metadata.csv"
31
+ features:
32
+ image:
33
+ dtype: image
34
+ description: High-resolution input images of urban environments.
35
+ mask:
36
+ dtype: image
37
+ description: Binary segmentation masks corresponding to each input image.
38
+ license: CC BY-SA 4.0
39
+ citation: |
40
+ @article{your_citation}
41
+
42
+ ---
dataset_config.yaml DELETED
@@ -1,23 +0,0 @@
1
- name: urban_climate_building_detection
2
- description: |
3
- This dataset is designed for the task of building detection in urban environments using image segmentation. It includes high-resolution aerial or satellite images of urban areas, paired with corresponding segmentation masks that delineate building footprints.
4
-
5
- data_files:
6
- - split: train
7
- path: "data/train/metadata.csv"
8
- - split: validation
9
- path: "data/validation/metadata.csv"
10
- - split: test
11
- path: "data/test/metadata.csv"
12
-
13
- features:
14
- image:
15
- dtype: image
16
- description: High-resolution input images of urban environments.
17
- mask:
18
- dtype: image
19
- description: Binary segmentation masks corresponding to each input image.
20
-
21
- license: CC BY-SA 4.0
22
- citation: |
23
- @article{your_citation}