the300w_lp

  • 説明:

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 は使用されません)。

データセットは、次のコンピューター ビジョン タスクのトレーニング セットとして使用できます: 顔の属性認識とランドマーク (または顔の部分) の位置特定。

スプリット
'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

視覚化

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