Datasets:
Create dataset-metadata.json
Browse files- dataset-metadata.json +67 -0
dataset-metadata.json
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"annotations_creators": ["expert-generated"],
|
3 |
+
"language": ["en"],
|
4 |
+
"language_creators": ["found"],
|
5 |
+
"license": ["mit"],
|
6 |
+
"multilinguality": ["monolingual"],
|
7 |
+
"pretty_name": "Waste Dumpsites Drone Imagery",
|
8 |
+
"size_categories": ["1K<n<10K"],
|
9 |
+
"source_datasets": ["original"],
|
10 |
+
"task_categories": ["object-detection"],
|
11 |
+
"task_ids": ["object-detection"],
|
12 |
+
"paperswithcode_id": null,
|
13 |
+
"configs": ["default"],
|
14 |
+
"dataset_info": {
|
15 |
+
"features": {
|
16 |
+
"image": {
|
17 |
+
"_type": "Image"
|
18 |
+
},
|
19 |
+
"image_id": {
|
20 |
+
"_type": "Value",
|
21 |
+
"dtype": "int64"
|
22 |
+
},
|
23 |
+
"width": {
|
24 |
+
"_type": "Value",
|
25 |
+
"dtype": "int64"
|
26 |
+
},
|
27 |
+
"height": {
|
28 |
+
"_type": "Value",
|
29 |
+
"dtype": "int64"
|
30 |
+
},
|
31 |
+
"annotations": {
|
32 |
+
"_type": "Sequence",
|
33 |
+
"feature": {
|
34 |
+
"id": {
|
35 |
+
"_type": "Value",
|
36 |
+
"dtype": "int64"
|
37 |
+
},
|
38 |
+
"bbox": {
|
39 |
+
"_type": "Sequence",
|
40 |
+
"feature": {
|
41 |
+
"_type": "Value",
|
42 |
+
"dtype": "float32"
|
43 |
+
},
|
44 |
+
"length": 4
|
45 |
+
},
|
46 |
+
"area": {
|
47 |
+
"_type": "Value",
|
48 |
+
"dtype": "float32"
|
49 |
+
},
|
50 |
+
"category_id": {
|
51 |
+
"_type": "Value",
|
52 |
+
"dtype": "int64"
|
53 |
+
},
|
54 |
+
"category_name": {
|
55 |
+
"_type": "Value",
|
56 |
+
"dtype": "string"
|
57 |
+
},
|
58 |
+
"iscrowd": {
|
59 |
+
"_type": "Value",
|
60 |
+
"dtype": "int64"
|
61 |
+
}
|
62 |
+
}
|
63 |
+
}
|
64 |
+
},
|
65 |
+
"splits": ["train", "valid", "test"]
|
66 |
+
}
|
67 |
+
}
|