lfw

  • 説明:

ラベル付けされた野生の顔: 制約のない環境での顔認識を研究するためのデータベース

スプリット
'train' 13,233
  • 機能構造:
FeaturesDict({
   
'image': Image(shape=(250, 250, 3), dtype=uint8),
   
'label': Text(shape=(), dtype=string),
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
画像画像(250、250、3) uint8
ラベル文章ストリング

視覚化

  • 引用
@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}
}