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.
Model (Caffe) | 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 |
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.
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.
- Levi et al. - Age and Gender Classification Using Convolutional Neural Networks.
- Rothe et al. - IMDB-WIKI – 500k+ face images with age and gender labels.
- Lapuschkin et al. - Understanding and Comparing Deep Neural Networks for Age and Gender Classification.
- Caffe to ONNX: unofficial converter.
Valery Asiryan (asiryan)
Apache 2.0