- 説明:
300W-LP データセットは 300W から拡張されたもので、AFW、LFPW、HELEN、IBUG、XM2VTS を含む 68 のランドマークを含む複数のアライメント データベースを標準化しています。 300W では、300W-LP は提案された顔プロファイリングを採用して、大きなポーズ全体で 61,225 サンプルを生成します (IBUG から 1,786、AFW から 5,207、LFPW から 16,556、HELEN から 37,676、XM2VTS は使用されません)。
データセットは、次のコンピューター ビジョン タスクのトレーニング セットとして使用できます: 顔の属性認識とランドマーク (または顔の部分) の位置特定。
ホームページ: http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/3DDFA/main.htm
ソース コード:
tfds.datasets.the300w_lp.Builder
バージョン:
-
1.0.0
(デフォルト): リリース ノートはありません。
-
ダウンロードサイズ:
2.63 GiB
データセットサイズ:
1.33 GiB
自動キャッシュ(ドキュメント): いいえ
分割:
スプリット | 例 |
---|---|
'train' | 61,225 |
- 機能構造:
FeaturesDict({
'color_params': Tensor(shape=(7,), dtype=float32),
'exp_params': Tensor(shape=(29,), dtype=float32),
'illum_params': Tensor(shape=(10,), dtype=float32),
'image': Image(shape=(450, 450, 3), dtype=uint8),
'landmarks_2d': Tensor(shape=(68, 2), dtype=float32),
'landmarks_3d': Tensor(shape=(68, 2), dtype=float32),
'landmarks_origin': Tensor(shape=(68, 2), dtype=float32),
'pose_params': Tensor(shape=(7,), dtype=float32),
'roi': Tensor(shape=(4,), dtype=float32),
'shape_params': Tensor(shape=(199,), dtype=float32),
'tex_params': Tensor(shape=(199,), dtype=float32),
})
- 機能のドキュメント:
特徴 | クラス | 形 | Dtype | 説明 |
---|---|---|---|---|
特徴辞書 | ||||
color_params | テンソル | (7、) | float32 | |
exp_params | テンソル | (29) | float32 | |
illum_params | テンソル | (10) | float32 | |
画像 | 画像 | (450、450、3) | uint8 | |
ランドマーク_2d | テンソル | (68, 2) | float32 | |
ランドマーク_3d | テンソル | (68, 2) | float32 | |
ランドマーク_オリジン | テンソル | (68, 2) | float32 | |
pose_params | テンソル | (7、) | float32 | |
ロイ | テンソル | (4) | float32 | |
shape_params | テンソル | (199) | float32 | |
tex_params | テンソル | (199) | float32 |
監視されたキー(
as_supervised
docを参照):None
図( tfds.show_examples ):
- 例( tfds.as_dataframe ):
- 引用:
@article{DBLP:journals/corr/ZhuLLSL15,
author = {Xiangyu Zhu and
Zhen Lei and
Xiaoming Liu and
Hailin Shi and
Stan Z. Li},
title = {Face Alignment Across Large Poses: {A} 3D Solution},
journal = {CoRR},
volume = {abs/1511.07212},
year = {2015},
url = {http://arxiv.org/abs/1511.07212},
archivePrefix = {arXiv},
eprint = {1511.07212},
timestamp = {Mon, 13 Aug 2018 16:48:23 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/ZhuLLSL15},
bibsource = {dblp computer science bibliography, https://dblp.org}
}