Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,16 @@ configs:
|
|
8 |
path: "data/validation.parquet"
|
9 |
- split: test
|
10 |
path: "data/test.parquet"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# Urban Climate Dataset
|
|
|
8 |
path: "data/validation.parquet"
|
9 |
- split: test
|
10 |
path: "data/test.parquet"
|
11 |
+
features:
|
12 |
+
file_name:
|
13 |
+
dtype: string
|
14 |
+
description: name of file.
|
15 |
+
image:
|
16 |
+
dtype: image
|
17 |
+
description: High-resolution input images of urban environments.
|
18 |
+
mask:
|
19 |
+
dtype: image
|
20 |
+
description: Binary segmentation masks corresponding to each input image.
|
21 |
---
|
22 |
|
23 |
# Urban Climate Dataset
|