File size: 1,501 Bytes
7000ac6 ddd0401 7000ac6 ddd0401 0dfe7ce ddd0401 7000ac6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
---
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](https://arxiv.org/abs/2506.13430).
It is based on the dataset scraped by [Fekrazad](https://arxiv.org/abs/2301.08229). |