Age and Gender Classification Using Convolutional Neural Networks

I’ve been trying to code a DNN program based on (Hassner, 2015), but I’m struggling as my code has to be written in Java and uses OpenCV, so I can’t use the JavaCV library as well , so I’m getting “type errors” where as the only sample code not in Python I’ve found are on android or uses JavaCV.

Obviously this isn’t something new, just something there’s not a sample for in Java.

It would make a nice tutorial or example for the OpenCV documentation in Java.

Age and Gender Classification Using Convolutional Neural Networks - Tal Hassner

IMS94/javacv-cnn-example: A example to demonstrate the usage of JavaCV and CNN for gender and age recognition (github.com)