zhouxzh commited on
Commit
95248ce
·
1 Parent(s): b484d58

更新dataset_infos

Browse files
Files changed (1) hide show
  1. dataset_infos.json +163 -1
dataset_infos.json CHANGED
@@ -1 +1,163 @@
1
- {"detection-datasets--coco": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"image_id": {"dtype": "int64", "id": null, "_type": "Value"}, "image": {"decode": true, "id": null, "_type": "Image"}, "width": {"dtype": "int64", "id": null, "_type": "Value"}, "height": {"dtype": "int64", "id": null, "_type": "Value"}, "objects": {"feature": {"bbox_id": {"dtype": "int64", "id": null, "_type": "Value"}, "category": {"num_classes": 80, "names": ["person", "bicycle", "car", "motorcycle", "airplane", "bus", "train", "truck", "boat", "traffic light", "fire hydrant", "stop sign", "parking meter", "bench", "bird", "cat", "dog", "horse", "sheep", "cow", "elephant", "bear", "zebra", "giraffe", "backpack", "umbrella", "handbag", "tie", "suitcase", "frisbee", "skis", "snowboard", "sports ball", "kite", "baseball bat", "baseball glove", "skateboard", "surfboard", "tennis racket", "bottle", "wine glass", "cup", "fork", "knife", "spoon", "bowl", "banana", "apple", "sandwich", "orange", "broccoli", "carrot", "hot dog", "pizza", "donut", "cake", "chair", "couch", "potted plant", "bed", "dining table", "toilet", "tv", "laptop", "mouse", "remote", "keyboard", "cell phone", "microwave", "oven", "toaster", "sink", "refrigerator", "book", "clock", "vase", "scissors", "teddy bear", "hair drier", "toothbrush"], "id": null, "_type": "ClassLabel"}, "bbox": {"feature": {"dtype": "float64", "id": null, "_type": "Value"}, "length": 4, "id": null, "_type": "Sequence"}, "area": {"dtype": "float64", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"train": {"name": "train", "num_bytes": 19712667977.77, "num_examples": 117266, "dataset_name": "coco"}, "val": {"name": "val", "num_bytes": 805140342.864, "num_examples": 4952, "dataset_name": "coco"}}, "download_checksums": null, "download_size": 19966845571, "post_processing_size": null, "dataset_size": 20517808320.634, "size_in_bytes": 40484653891.634}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "detection-datasets--coco": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "image_id": {
9
+ "dtype": "int64",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "image": {
14
+ "decode": true,
15
+ "id": null,
16
+ "_type": "Image"
17
+ },
18
+ "width": {
19
+ "dtype": "int64",
20
+ "id": null,
21
+ "_type": "Value"
22
+ },
23
+ "height": {
24
+ "dtype": "int64",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "objects": {
29
+ "feature": {
30
+ "bbox_id": {
31
+ "dtype": "int64",
32
+ "id": null,
33
+ "_type": "Value"
34
+ },
35
+ "category": {
36
+ "num_classes": 80,
37
+ "names": [
38
+ "person",
39
+ "bicycle",
40
+ "car",
41
+ "motorcycle",
42
+ "airplane",
43
+ "bus",
44
+ "train",
45
+ "truck",
46
+ "boat",
47
+ "traffic light",
48
+ "fire hydrant",
49
+ "stop sign",
50
+ "parking meter",
51
+ "bench",
52
+ "bird",
53
+ "cat",
54
+ "dog",
55
+ "horse",
56
+ "sheep",
57
+ "cow",
58
+ "elephant",
59
+ "bear",
60
+ "zebra",
61
+ "giraffe",
62
+ "backpack",
63
+ "umbrella",
64
+ "handbag",
65
+ "tie",
66
+ "suitcase",
67
+ "frisbee",
68
+ "skis",
69
+ "snowboard",
70
+ "sports ball",
71
+ "kite",
72
+ "baseball bat",
73
+ "baseball glove",
74
+ "skateboard",
75
+ "surfboard",
76
+ "tennis racket",
77
+ "bottle",
78
+ "wine glass",
79
+ "cup",
80
+ "fork",
81
+ "knife",
82
+ "spoon",
83
+ "bowl",
84
+ "banana",
85
+ "apple",
86
+ "sandwich",
87
+ "orange",
88
+ "broccoli",
89
+ "carrot",
90
+ "hot dog",
91
+ "pizza",
92
+ "donut",
93
+ "cake",
94
+ "chair",
95
+ "couch",
96
+ "potted plant",
97
+ "bed",
98
+ "dining table",
99
+ "toilet",
100
+ "tv",
101
+ "laptop",
102
+ "mouse",
103
+ "remote",
104
+ "keyboard",
105
+ "cell phone",
106
+ "microwave",
107
+ "oven",
108
+ "toaster",
109
+ "sink",
110
+ "refrigerator",
111
+ "book",
112
+ "clock",
113
+ "vase",
114
+ "scissors",
115
+ "teddy bear",
116
+ "hair drier",
117
+ "toothbrush"
118
+ ],
119
+ "id": null,
120
+ "_type": "ClassLabel"
121
+ },
122
+ "bbox": {
123
+ "feature": {
124
+ "dtype": "float64",
125
+ "id": null,
126
+ "_type": "Value"
127
+ },
128
+ "length": 4,
129
+ "id": null,
130
+ "_type": "Sequence"
131
+ },
132
+ "area": {
133
+ "dtype": "float64",
134
+ "id": null,
135
+ "_type": "Value"
136
+ }
137
+ },
138
+ "length": -1,
139
+ "id": null,
140
+ "_type": "Sequence"
141
+ }
142
+ },
143
+ "post_processed": null,
144
+ "supervised_keys": null,
145
+ "task_templates": null,
146
+ "builder_name": null,
147
+ "config_name": null,
148
+ "version": null,
149
+ "splits": {
150
+ "val": {
151
+ "name": "val",
152
+ "num_bytes": 805140342.864,
153
+ "num_examples": 4952,
154
+ "dataset_name": "coco"
155
+ }
156
+ },
157
+ "download_checksums": null,
158
+ "download_size": null,
159
+ "post_processing_size": null,
160
+ "dataset_size": 805140342.864,
161
+ "size_in_bytes": 805140342.864
162
+ }
163
+ }