TristanKe's picture
Update README.md
0dfe7ce verified
metadata
dataset_info:
  features:
    - name: person
      dtype: string
    - name: article
      dtype: string
    - name: birth_year
      dtype: int64
    - name: death_year
      dtype: float64
    - name: img_year
      dtype: int64
    - name: img_src
      dtype: string
    - name: death_manner
      dtype: string
    - name: n_death_causes
      dtype: int64
    - name: death_causes
      dtype: string
    - name: age_at_death
      dtype: int64
    - name: remaining_lifespan
      dtype: float64
    - name: confidence
      dtype: float64
    - name: is_grayscale
      dtype: int64
    - name: img_name
      dtype: string
    - name: face_box
      sequence: int64
    - name: face_keypoints
      struct:
        - name: left_eye
          sequence: int64
        - name: mouth_left
          sequence: int64
        - name: mouth_right
          sequence: int64
        - name: nose
          sequence: int64
        - name: right_eye
          sequence: int64
    - name: age_at_img
      dtype: int64
    - name: image
      dtype: image
    - name: remaining_lifespan_z
      dtype: float32
  splits:
    - name: train
      num_bytes: 8798470730.488
      num_examples: 5672
  download_size: 8342467595
  dataset_size: 8798470730.488
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Faces Only Dataset for Remaining Lifespan Prediction

This is the Faces Dataset from the paper Uncertainty-Aware Remaining Lifespan Prediction from Images.

It is based on the dataset scraped by Fekrazad.