cetinsamet / age-estimation

Age estimation with PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

age-estimation

Age estimation with PyTorch
A fully-connected network is trained with 5000 sample images of human face to perform age estimation from faces.

Usage

$python3 age_est.py input-image-path
or
$python3 -W ignore age_est.py input-image-path
(-W ignore can be used to avoid warning messages)

Example

$cd src
$python3 -W ignore age_est.py ../test.jpg
-> Estimated Age : 27.7

Example Image

Photo taken after France won the 1998 FIFA World Cup.
26-year-old Zidane is posing with the Cup.
Age estimation of the model is 27.7

About

Age estimation with PyTorch

License:MIT License


Languages

Language:Python 100.0%