Skip to content

Latest commit

 

History

History

age_gender

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Age and Gender Classification using Convolutional Neural Networks

Description

Automatic age and gender classification has become relevant to an increasing amount of applications, particularly since the rise of social platforms and social media. Nevertheless, performance of existing methods on real-world images is still significantly lacking, especially when compared to the tremendous leaps in performance recently reported for the related task of face recognition.

Models

Model Download ONNX version Opset version Dataset
googlenet_age_adience 23 MB 1.6 11 Adience
googlenet_gender_adience 23 MB 1.6 11 Adience
vgg_ilsvrc_16_age_chalearn_iccv2015 513 MB 1.6 11 ChaLearn LAP 2015
vgg_ilsvrc_16_age_imdb_wiki 513 MB 1.6 11 IMDB-WIKI
vgg_ilsvrc_16_gender_imdb_wiki 512 MB 1.6 11 IMDB-WIKI

Inference

GoogleNet

Input tensor is 1 x 3 x height x width with mean values 104, 117, 123. Input image have to be previously resized to 224 x 224 pixels and converted to BGR format. Run levi_googlenet.py python script example.

VGG-16

Input tensor is 1 x 3 x height x width, which values are in range of [0, 255]. Input image have to be previously resized to 224 x 224 pixels and converted to BGR format. Run rothe_vgg.py python script example.

References

Contributors

Valery Asiryan (asiryan)

License

Apache 2.0