Baselight

UTK Face Extracted Info

Extracted Information like Age, Race.etc From Uncropped Images of UTK Dataset.

@kaggle.ayushkumar0801_utk_face_extracted_info

Loading...
Loading...

About this Dataset

UTK Face Extracted Info

Context

I couldn't find the Uncropped UTKFace Dataset on Kaggle, so I uploaded the images I found on https://susanqq.github.io/UTKFace/ .

Content

What's inside is more than just rows and columns.
The labels of each face image is embedded in the file name, formated like [age][gender][race]_[date&time].jpg

[age] is an integer from 0 to 116, indicating the age
[gender] is either 0 (male) or 1 (female)
[race] is an integer from 0 to 4, denoting White, Black, Asian, Indian, and Others (like Hispanic, Latino, Middle Eastern).
[date&time] is in the format of yyyymmddHHMMSSFFF, showing the date and time an image was collected to UTKFace

Tables

Extracted Info

@kaggle.ayushkumar0801_utk_face_extracted_info.extracted_info
  • 859.67 KB
  • 24088 rows
  • 6 columns
Loading...

CREATE TABLE extracted_info (
  "unnamed_0" BIGINT,
  "age" BIGINT,
  "gender" DOUBLE,
  "race" BIGINT,
  "datetime" VARCHAR,
  "name" VARCHAR
);

Share link

Anyone who has the link will be able to view this.