- 説明:
ラベル付けされた野生の顔: 制約のない環境での顔認識を研究するためのデータベース
追加のドキュメント:コード を使用したペーパーの探索
ホームページ: 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 | 説明 |
---|---|---|---|---|
特徴辞書 | ||||
画像 | 画像 | (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}
}