nave cohen commited on
Commit
4306435
1 Parent(s): 7d99efa

dataset-card update

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -8,13 +8,12 @@ configs:
8
  path: "validation.csv"
9
  - split: test
10
  path: "test.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
  ---
19
 
20
  # Urban Climate Dataset
 
8
  path: "validation.csv"
9
  - split: test
10
  path: "test.csv"
11
+ dataset_info:
12
+ features:
13
+ - name: image
14
+ dtype: image
15
+ - name: mask
16
+ dtype: string
 
17
  ---
18
 
19
  # Urban Climate Dataset