- תיאור :
תווית פנים בטבע: מסד נתונים לחקר זיהוי פנים בסביבות לא מוגבלות
תיעוד נוסף : חקור על ניירות עם קוד
דף הבית : http://vis-www.cs.umass.edu/lfw
קוד מקור :
tfds.datasets.lfw.Builder
גרסאות :
-
0.1.0
(ברירת מחדל): אין הערות שחרור.
-
גודל הורדה :
172.20 MiB
גודל מערך נתונים :
180.28 MiB
שמור אוטומטי במטמון ( תיעוד ): רק כאשר
shuffle_files=False
(רכבת)פיצולים :
לְפַצֵל | דוגמאות |
---|---|
'train' | 13,233 |
- מבנה תכונה :
FeaturesDict({
'image': Image(shape=(250, 250, 3), dtype=uint8),
'label': Text(shape=(), dtype=string),
})
- תיעוד תכונה :
תכונה | מעמד | צוּרָה | Dtype | תיאור |
---|---|---|---|---|
FeaturesDict | ||||
תמונה | תמונה | (250, 250, 3) | uint8 | |
תווית | טֶקסט | חוּט |
מפתחות בפיקוח (ראה
as_supervised
doc ):('label', 'image')
איור ( tfds.show_examples ):
- דוגמאות ( tfds.as_dataframe ):
- ציטוט :
@TechReport{LFWTech,
author = {Gary B. Huang and Manu Ramesh and Tamara Berg and Erik Learned-Miller},
title = {Labeled Faces in the Wild: A Database for Studying Face Recognition in Unconstrained Environments},
institution = {University of Massachusetts, Amherst},
year = 2007,
number = {07-49},
month = {October}
}