DAD-3DHeadsDataset / README.md
t-martyniuk's picture
README - institutional email request
3791ea8 verified
|
Raw
History Blame
3.64 kB
metadata
license: cc-by-nc-sa-4.0
gated: true
extra_gated_prompt: >
  Please use your institutional email for requesting the dataset access.


  The "Researcher" has requested permission to use the DAD-3DHeads dataset (the
  "Dataset") created at Piñata Farms Inc. In exchange for such permission,
  Researcher hereby agrees to the following terms and conditions:


  1. Researcher shall use the Dataset for non-commercial research and
  educational purposes only.

  2. Researcher accepts full responsibility for them using the Dataset and shall
  defend and indemnify Piñata Farms Inc., including their employees, Trustees,
  officers and agents, against any and all claims arising from Researcher's use
  of the Dataset, including but not limited to Researcher's use of any copies of
  copyrighted images that they may create from the Dataset.

  3. The Dataset may not be passed to a third party, beyond the immediate
  research group of the Researcher.

  4. Piñata Farms Inc. reserves the right to terminate Researcher's access to
  the Dataset at any time.

  5. Researcher understands and is acknowledged that these images are provided
  'as is', without any express or implied warranties of fitness for a particular
  purpose.

  6. All submitted papers (or any publicly available text) that uses the
  compound or partial images of the database must cite the following paper:


  Tetiana Martyniuk*, Orest Kupyn*, Yana Kurlyak, Igor Krashenyi, Jiri Matas,
  Viktoriia Sharmanska: "DAD-3DHeads: A Large-scale Dense, Accurate and Diverse
  Dataset for 3D Head Alignment from a Single Image", CVPR 2022.
extra_gated_fields:
  Name: text
  Affiliation: text
  Intended use: text
  I agree to the terms: checkbox
task_categories:
  - image-to-3d
  - keypoint-detection
size_categories:
  - 10K<n<100K
tags:
  - facial-landmarks
  - head-pose-estimation
  - keypoints
  - 3d-dense-head-fitting
  - 3d-head-estimation
  - 3d-reconstruction
  - face
  - head
  - face-alignment
  - face-keypoints
  - head-keypoints
  - machine-learning
  - deep-learning
  - computer-vision
  - pytorch
  - dataset
  - flame
  - flame-model
  - cvpr
  - 3dmm
  - 3d-face-alignment
  - 3d-computer-vision
  - 3d-face-reconstruction
  - papers-with-code
  - face-reenactment
  - 3d-face-modelling
  - first-order-motion-model
  - 3d-head
  - cvpr2022

DAD-3DHeads dataset

DAD-3DHeads dataset was introduced in the CVPR 2022 paper

DAD-3DHeads: A Large-scale Dense, Accurate and Diverse Dataset for 3D Head Alignment from a Single Image
Tetiana Martyniuk, Orest Kupyn, Yana Kurlyak, Igor Krashenyi, Jiři Matas, Viktoriia Sharmanska

Please use your institutional email for requesting the dataset access.

Useful links

The dataset structure is the following:

--train.tar
----images
------*.png
----annotations
------*.json
----train.json
--val.tar
----images
----annotations
----val.json
--test.tar
----images
----annotations
----test.json

Annotations *.json file structure:

--vertices
--model_view_matrix
--projection_matrix

Metadata train.json file structure:

--item_id
--annotation_path
--img_path
--bbox #[x, y, w, h] format
----0
----1
----2
----3
--attributes
----quality #[hq, lq]
----gender #[female, male, undefined]
----expression #[true, false]
----age #[child, young, middle_aged, senior]
----occlusions #[true, false]
----pose #[front, sided, atypical]
----standard light #[true, false]