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

dataset-card update

Browse files
Files changed (1) hide show
  1. README.md +22 -25
README.md CHANGED
@@ -1,3 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Urban Climate Dataset
2
 
3
  ## Dataset Description
@@ -15,28 +37,3 @@ 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.
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
- ---
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: "data/train/metadata.csv"
7
+ - split: validation
8
+ path: "data/validation/metadata.csv"
9
+ - split: test
10
+ path: "data/test/metadata.csv"
11
+ features:
12
+ image:
13
+ dtype: image
14
+ description: High-resolution input images of urban environments.
15
+ mask:
16
+ dtype: image
17
+ description: Binary segmentation masks corresponding to each input image.
18
+ license: CC BY-SA 4.0
19
+ citation: |
20
+ @article{your_citation}
21
+ ---
22
+
23
  # Urban Climate Dataset
24
 
25
  ## Dataset Description
 
37
  - **test/**: Contains test images and masks to evaluate the model.
38
  - **test/Image/**: Satellite images for testing.
39
  - **test/Mask/**: Test masks corresponding to the images.