Skip to content

Commit 01d0b4a

Browse files
author
The TensorFlow Datasets Authors
committed
Automated metadata update.
PiperOrigin-RevId: 757632778
1 parent 84499c7 commit 01d0b4a

File tree

5 files changed

+322
-2
lines changed

5 files changed

+322
-2
lines changed

tensorflow_datasets/testing/metadata/supported.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3585,8 +3585,8 @@ visual_domain_decathlon/omniglot/1.2.0
35853585
visual_domain_decathlon/svhn/1.2.0
35863586
visual_domain_decathlon/ucf101/1.2.0
35873587
visual_domain_decathlon/vgg-flowers/1.2.0
3588-
voc/2007/4.0.0
3589-
voc/2012/4.0.0
3588+
voc/2007/5.0.0
3589+
voc/2012/5.0.0
35903590
voxceleb/1.2.1
35913591
wake_vision/1.0.0
35923592
waymo_open_dataset/v1.0/0.2.0
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"citation": "@misc{pascal-voc-2007,\n\tauthor = \"Everingham, M. and Van~Gool, L. and Williams, C. K. I. and Winn, J. and Zisserman, A.\",\n\ttitle = \"The {PASCAL} {V}isual {O}bject {C}lasses {C}hallenge 2007 {(VOC2007)} {R}esults\",\n\thowpublished = \"http://www.pascal-network.org/challenges/VOC/voc2007/workshop/index.html\"}",
3+
"configDescription": "This dataset contains the data from the PASCAL Visual Object Classes Challenge\n2007, a.k.a. VOC2007.\n\nA total of 9963 images are included in this dataset, where each image\ncontains a set of objects, out of 20 different classes, making a total of\n24640 annotated objects.\n",
4+
"configName": "2007",
5+
"description": "This dataset contains the data from the PASCAL Visual Object Classes Challenge,\ncorresponding to the Classification and Detection competitions.\n\nIn the Classification competition, the goal is to predict the set of labels\ncontained in the image, while in the Detection competition the goal is to\npredict the bounding box and label of each individual object.\nWARNING: As per the official dataset, the test set of VOC2012 does not contain\nannotations.",
6+
"downloadSize": "911052800",
7+
"fileFormat": "array_record",
8+
"location": {
9+
"urls": [
10+
"http://host.robots.ox.ac.uk/pascal/VOC/voc2007/"
11+
]
12+
},
13+
"moduleName": "tensorflow_datasets.object_detection.voc",
14+
"name": "voc",
15+
"splits": [
16+
{
17+
"filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
18+
"name": "test",
19+
"numBytes": "436204274",
20+
"shardLengths": [
21+
"1238",
22+
"1238",
23+
"1238",
24+
"1238"
25+
]
26+
},
27+
{
28+
"filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
29+
"name": "train",
30+
"numBytes": "218831670",
31+
"shardLengths": [
32+
"1250",
33+
"1251"
34+
]
35+
},
36+
{
37+
"filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
38+
"name": "validation",
39+
"numBytes": "223385035",
40+
"shardLengths": [
41+
"1255",
42+
"1255"
43+
]
44+
}
45+
],
46+
"version": "5.0.0"
47+
}
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"featuresDict": {
3+
"features": {
4+
"image": {
5+
"image": {
6+
"dtype": "uint8",
7+
"shape": {
8+
"dimensions": [
9+
"-1",
10+
"-1",
11+
"3"
12+
]
13+
}
14+
},
15+
"pythonClassName": "tensorflow_datasets.core.features.image_feature.Image"
16+
},
17+
"image/filename": {
18+
"pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
19+
"text": {}
20+
},
21+
"labels": {
22+
"pythonClassName": "tensorflow_datasets.core.features.sequence_feature.Sequence",
23+
"sequence": {
24+
"feature": {
25+
"classLabel": {
26+
"numClasses": "20"
27+
},
28+
"pythonClassName": "tensorflow_datasets.core.features.class_label_feature.ClassLabel"
29+
},
30+
"length": "-1"
31+
}
32+
},
33+
"labels_no_difficult": {
34+
"pythonClassName": "tensorflow_datasets.core.features.sequence_feature.Sequence",
35+
"sequence": {
36+
"feature": {
37+
"classLabel": {
38+
"numClasses": "20"
39+
},
40+
"pythonClassName": "tensorflow_datasets.core.features.class_label_feature.ClassLabel"
41+
},
42+
"length": "-1"
43+
}
44+
},
45+
"objects": {
46+
"pythonClassName": "tensorflow_datasets.core.features.sequence_feature.Sequence",
47+
"sequence": {
48+
"feature": {
49+
"featuresDict": {
50+
"features": {
51+
"bbox": {
52+
"boundingBox": {
53+
"bboxFormat": "REL_YXYX",
54+
"dtype": "float32",
55+
"shape": {
56+
"dimensions": [
57+
"4"
58+
]
59+
}
60+
},
61+
"pythonClassName": "tensorflow_datasets.core.features.bounding_boxes.BBoxFeature"
62+
},
63+
"is_difficult": {
64+
"pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
65+
"tensor": {
66+
"dtype": "bool",
67+
"encoding": "none",
68+
"shape": {}
69+
}
70+
},
71+
"is_truncated": {
72+
"pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
73+
"tensor": {
74+
"dtype": "bool",
75+
"encoding": "none",
76+
"shape": {}
77+
}
78+
},
79+
"label": {
80+
"classLabel": {
81+
"numClasses": "20"
82+
},
83+
"pythonClassName": "tensorflow_datasets.core.features.class_label_feature.ClassLabel"
84+
},
85+
"pose": {
86+
"classLabel": {
87+
"numClasses": "5"
88+
},
89+
"pythonClassName": "tensorflow_datasets.core.features.class_label_feature.ClassLabel"
90+
}
91+
}
92+
},
93+
"pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
94+
},
95+
"length": "-1"
96+
}
97+
}
98+
}
99+
},
100+
"pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
101+
}
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"citation": "@misc{pascal-voc-2012,\n\tauthor = \"Everingham, M. and Van~Gool, L. and Williams, C. K. I. and Winn, J. and Zisserman, A.\",\n\ttitle = \"The {PASCAL} {V}isual {O}bject {C}lasses {C}hallenge 2012 {(VOC2012)} {R}esults\",\n\thowpublished = \"http://www.pascal-network.org/challenges/VOC/voc2012/workshop/index.html\"}",
3+
"configDescription": "This dataset contains the data from the PASCAL Visual Object Classes Challenge\n2012, a.k.a. VOC2012.\n\nA total of 11540 images are included in this dataset, where each image\ncontains a set of objects, out of 20 different classes, making a total of\n27450 annotated objects.\n",
4+
"configName": "2012",
5+
"description": "This dataset contains the data from the PASCAL Visual Object Classes Challenge,\ncorresponding to the Classification and Detection competitions.\n\nIn the Classification competition, the goal is to predict the set of labels\ncontained in the image, while in the Detection competition the goal is to\npredict the bounding box and label of each individual object.\nWARNING: As per the official dataset, the test set of VOC2012 does not contain\nannotations.",
6+
"downloadSize": "3850265600",
7+
"fileFormat": "array_record",
8+
"location": {
9+
"urls": [
10+
"http://host.robots.ox.ac.uk/pascal/VOC/voc2012/"
11+
]
12+
},
13+
"moduleName": "tensorflow_datasets.object_detection.voc",
14+
"name": "voc",
15+
"splits": [
16+
{
17+
"filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
18+
"name": "test",
19+
"numBytes": "1277033242",
20+
"shardLengths": [
21+
"687",
22+
"687",
23+
"687",
24+
"687",
25+
"687",
26+
"687",
27+
"687",
28+
"687",
29+
"686",
30+
"687",
31+
"687",
32+
"687",
33+
"687",
34+
"687",
35+
"687",
36+
"687"
37+
]
38+
},
39+
{
40+
"filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
41+
"name": "train",
42+
"numBytes": "666508368",
43+
"shardLengths": [
44+
"715",
45+
"714",
46+
"715",
47+
"714",
48+
"715",
49+
"715",
50+
"714",
51+
"715"
52+
]
53+
},
54+
{
55+
"filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
56+
"name": "validation",
57+
"numBytes": "676461620",
58+
"shardLengths": [
59+
"728",
60+
"728",
61+
"728",
62+
"728",
63+
"727",
64+
"728",
65+
"728",
66+
"728"
67+
]
68+
}
69+
],
70+
"version": "5.0.0"
71+
}
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"featuresDict": {
3+
"features": {
4+
"image": {
5+
"image": {
6+
"dtype": "uint8",
7+
"shape": {
8+
"dimensions": [
9+
"-1",
10+
"-1",
11+
"3"
12+
]
13+
}
14+
},
15+
"pythonClassName": "tensorflow_datasets.core.features.image_feature.Image"
16+
},
17+
"image/filename": {
18+
"pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
19+
"text": {}
20+
},
21+
"labels": {
22+
"pythonClassName": "tensorflow_datasets.core.features.sequence_feature.Sequence",
23+
"sequence": {
24+
"feature": {
25+
"classLabel": {
26+
"numClasses": "20"
27+
},
28+
"pythonClassName": "tensorflow_datasets.core.features.class_label_feature.ClassLabel"
29+
},
30+
"length": "-1"
31+
}
32+
},
33+
"labels_no_difficult": {
34+
"pythonClassName": "tensorflow_datasets.core.features.sequence_feature.Sequence",
35+
"sequence": {
36+
"feature": {
37+
"classLabel": {
38+
"numClasses": "20"
39+
},
40+
"pythonClassName": "tensorflow_datasets.core.features.class_label_feature.ClassLabel"
41+
},
42+
"length": "-1"
43+
}
44+
},
45+
"objects": {
46+
"pythonClassName": "tensorflow_datasets.core.features.sequence_feature.Sequence",
47+
"sequence": {
48+
"feature": {
49+
"featuresDict": {
50+
"features": {
51+
"bbox": {
52+
"boundingBox": {
53+
"bboxFormat": "REL_YXYX",
54+
"dtype": "float32",
55+
"shape": {
56+
"dimensions": [
57+
"4"
58+
]
59+
}
60+
},
61+
"pythonClassName": "tensorflow_datasets.core.features.bounding_boxes.BBoxFeature"
62+
},
63+
"is_difficult": {
64+
"pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
65+
"tensor": {
66+
"dtype": "bool",
67+
"encoding": "none",
68+
"shape": {}
69+
}
70+
},
71+
"is_truncated": {
72+
"pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
73+
"tensor": {
74+
"dtype": "bool",
75+
"encoding": "none",
76+
"shape": {}
77+
}
78+
},
79+
"label": {
80+
"classLabel": {
81+
"numClasses": "20"
82+
},
83+
"pythonClassName": "tensorflow_datasets.core.features.class_label_feature.ClassLabel"
84+
},
85+
"pose": {
86+
"classLabel": {
87+
"numClasses": "5"
88+
},
89+
"pythonClassName": "tensorflow_datasets.core.features.class_label_feature.ClassLabel"
90+
}
91+
}
92+
},
93+
"pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
94+
},
95+
"length": "-1"
96+
}
97+
}
98+
}
99+
},
100+
"pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
101+
}

0 commit comments

Comments
 (0)