Skip to content

Commit 0bd909b

Browse files
author
The TensorFlow Datasets Authors
committed
Automated metadata update.
PiperOrigin-RevId: 785326423
1 parent 45b9cfc commit 0bd909b

File tree

3 files changed

+118
-1
lines changed

3 files changed

+118
-1
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"citation": "@techreport{WelinderEtal2010,\nAuthor = {P. Welinder and S. Branson and T. Mita and C. Wah and F. Schroff and S. Belongie and P. Perona},\nInstitution = {California Institute of Technology},\nNumber = {CNS-TR-2010-001},\nTitle = {{Caltech-UCSD Birds 200}},\nYear = {2010}\n}",
3+
"description": "Caltech-UCSD Birds 200 (CUB-200) is an image dataset with photos \nof 200 bird species (mostly North American). The total number of \ncategories of birds is 200 and there are 6033 images in the 2010 \ndataset and 11,788 images in the 2011 dataset.\nAnnotations include bounding boxes, segmentation labels.",
4+
"downloadSize": "1189858222",
5+
"fileFormat": "array_record",
6+
"location": {
7+
"urls": [
8+
"https://www.vision.caltech.edu/datasets/cub_200_2011/"
9+
]
10+
},
11+
"moduleName": "tensorflow_datasets.image_classification.caltech_birds",
12+
"name": "caltech_birds2011",
13+
"splits": [
14+
{
15+
"filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
16+
"name": "train",
17+
"numBytes": "607083635",
18+
"shardLengths": [
19+
"749",
20+
"749",
21+
"750",
22+
"749",
23+
"749",
24+
"750",
25+
"749",
26+
"749"
27+
]
28+
},
29+
{
30+
"filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
31+
"name": "test",
32+
"numBytes": "587077607",
33+
"shardLengths": [
34+
"724",
35+
"724",
36+
"725",
37+
"724",
38+
"724",
39+
"725",
40+
"724",
41+
"724"
42+
]
43+
}
44+
],
45+
"supervisedKeys": {
46+
"tuple": {
47+
"items": [
48+
{
49+
"featureKey": "image"
50+
},
51+
{
52+
"featureKey": "label"
53+
}
54+
]
55+
}
56+
},
57+
"version": "0.2.0"
58+
}
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"featuresDict": {
3+
"features": {
4+
"bbox": {
5+
"boundingBox": {
6+
"bboxFormat": "REL_YXYX",
7+
"dtype": "float32",
8+
"shape": {
9+
"dimensions": [
10+
"4"
11+
]
12+
}
13+
},
14+
"pythonClassName": "tensorflow_datasets.core.features.bounding_boxes.BBoxFeature"
15+
},
16+
"image": {
17+
"image": {
18+
"dtype": "uint8",
19+
"shape": {
20+
"dimensions": [
21+
"-1",
22+
"-1",
23+
"3"
24+
]
25+
}
26+
},
27+
"pythonClassName": "tensorflow_datasets.core.features.image_feature.Image"
28+
},
29+
"image/filename": {
30+
"pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
31+
"text": {}
32+
},
33+
"label": {
34+
"classLabel": {
35+
"numClasses": "200"
36+
},
37+
"pythonClassName": "tensorflow_datasets.core.features.class_label_feature.ClassLabel"
38+
},
39+
"label_name": {
40+
"pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
41+
"text": {}
42+
},
43+
"segmentation_mask": {
44+
"image": {
45+
"dtype": "uint8",
46+
"shape": {
47+
"dimensions": [
48+
"-1",
49+
"-1",
50+
"1"
51+
]
52+
}
53+
},
54+
"pythonClassName": "tensorflow_datasets.core.features.image_feature.Image"
55+
}
56+
}
57+
},
58+
"pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
59+
}

tensorflow_datasets/testing/metadata/supported.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ c4/webtextlike/3.1.0
255255
c4_wsrs/default/1.0.0
256256
caltech101/3.0.2
257257
caltech_birds2010/0.1.1
258-
caltech_birds2011/0.1.1
258+
caltech_birds2011/0.2.0
259259
cardiotox/1.0.0
260260
cars196/2.1.0
261261
cassava/0.1.0

0 commit comments

Comments
 (0)