-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.json
More file actions
60 lines (60 loc) · 1.56 KB
/
MANIFEST.json
File metadata and controls
60 lines (60 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"release": {
"tag": "florence-complete-v1",
"url": "https://github.com/UTDisaster/meta/releases/tag/florence-complete-v1",
"asset": {
"name": "florence-hurricane-complete.tar.gz",
"size_bytes": 1541255212,
"sha256": "73e08cd2c5a43d50965c2dd990820b60a814366a72f2ccacf178d7223682ad97"
}
},
"dataset": {
"disaster_id": "hurricane-florence",
"disaster_type": "flooding",
"total_pairs": 546,
"total_images": 1092,
"total_locations": 11548,
"image_dimensions": [1024, 1024],
"image_format": "PNG (uint8 RGB)",
"geographic_extent": {
"min_lat": 33.5817,
"max_lat": 34.8926,
"min_lng": -79.0571,
"max_lng": -77.8366
},
"subsets": {
"hold": { "pairs": 119, "files": 714 },
"test": { "pairs": 108, "files": 648 },
"tier1": { "pairs": 319, "files": 1914 }
},
"classifications": {
"none": 8466,
"severe": 1949,
"unknown": 820,
"minor": 232,
"destroyed": 81
},
"targets": {
"count": 1092,
"format": "PNG (damage masks)"
},
"geotransforms": {
"file": "xview_geotransforms.json",
"size_bytes": 8345260
}
},
"source": {
"name": "xBD / xview2",
"url": "https://xview2.org/download-links",
"license": "See https://xview2.org for terms",
"archives_used": [
"train_images_labels_targets.tar",
"test_images_labels_targets.tar",
"hold_images_labels_targets.tar",
"xview_geotransforms.json.tgz"
],
"archives_checked_no_florence": [
"tier3.tar"
]
}
}