Skip to content

tiravata/age-estimation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%