Skip to content

Commit 84c04e4

Browse files
author
The TensorFlow Datasets Authors
committed
Automated metadata update.
PiperOrigin-RevId: 734069650
1 parent 6223d8c commit 84c04e4

File tree

4 files changed

+62
-1
lines changed

4 files changed

+62
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"citation": "@TechReport{LFWTech,\n author = {Gary B. Huang and Manu Ramesh and Tamara Berg and Erik Learned-Miller},\n title = {Labeled Faces in the Wild: A Database for Studying Face Recognition in Unconstrained Environments},\n institution = {University of Massachusetts, Amherst},\n year = 2007,\n number = {07-49},\n month = {October}\n}",
3+
"description": "Labeled Faces in the Wild: A Database for Studying Face Recognition in\nUnconstrained Environments",
4+
"downloadSize": "180566744",
5+
"fileFormat": "array_record",
6+
"location": {
7+
"urls": [
8+
"http://vis-www.cs.umass.edu/lfw"
9+
]
10+
},
11+
"moduleName": "tensorflow_datasets.datasets.lfw.lfw_dataset_builder",
12+
"name": "lfw",
13+
"splits": [
14+
{
15+
"filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
16+
"name": "train",
17+
"numBytes": "189032328",
18+
"shardLengths": [
19+
"6616",
20+
"6617"
21+
]
22+
}
23+
],
24+
"supervisedKeys": {
25+
"tuple": {
26+
"items": [
27+
{
28+
"featureKey": "label"
29+
},
30+
{
31+
"featureKey": "image"
32+
}
33+
]
34+
}
35+
},
36+
"version": "0.1.1"
37+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"featuresDict": {
3+
"features": {
4+
"image": {
5+
"image": {
6+
"dtype": "uint8",
7+
"shape": {
8+
"dimensions": [
9+
"250",
10+
"250",
11+
"3"
12+
]
13+
}
14+
},
15+
"pythonClassName": "tensorflow_datasets.core.features.image_feature.Image"
16+
},
17+
"label": {
18+
"pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
19+
"text": {}
20+
}
21+
}
22+
},
23+
"pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
24+
}

tensorflow_datasets/testing/metadata/missing.txt

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ glue/wnli/1.0.1
2828
imagenet_pi/1.0.0
2929
laion400m/embeddings/1.0.0
3030
laion400m/images/1.0.0
31-
lfw/0.1.1
3231
natural_questions/default/0.0.2
3332
natural_questions/longt5/0.0.2
3433
reddit_disentanglement/2.0.0

tensorflow_datasets/testing/metadata/supported.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1092,6 +1092,7 @@ kitti/3.3.0
10921092
kmnist/3.0.1
10931093
kuka/0.1.0
10941094
lambada/1.0.0
1095+
lfw/0.1.1
10951096
librispeech/default/2.1.1
10961097
librispeech/lazy_decode/2.1.2
10971098
librispeech_lm/0.1.0

0 commit comments

Comments
 (0)