nave cohen commited on
Commit
8508eee
1 Parent(s): 9a4ba63

remove json metadata

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -23
dataset_infos.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "Urban-Climate": {
3
- "description": "A dataset for building segmentation tasks in urban environments using satellite images.",
4
- "label_info": {
5
- "id2label": {
6
- "0": "background",
7
- "1": "building"
8
- },
9
- "label2id": {
10
- "background": 0,
11
- "building": 1
12
- }
13
- },
14
- "features": {
15
- "image_path": {
16
- "_type": "Image"
17
- },
18
- "mask_path": {
19
- "_type": "Image"
20
- }
21
- }
22
- }
23
- }