Age estimation with PyTorch
A fully-connected network is trained with 5000 sample images of human face to perform age estimation from faces.
$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)
$cd src
$python3 -W ignore age_est.py ../test.jpg
-> Estimated Age : 27.7
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