Hi, we are Team 25. Our project is about human age estimation.
We utilized the UTKFace dataset (https://susanqq.github.io/UTKFace/) to train our model.
This file contains training and testing of our SVM baseline model.
This file contains all the training, testing, and sample output of our classification model. (Basically all our main code is in this file)
This file contains training, testing, and sample output of our regression model.
This file resizes the image to 128x128, turns them to grayscale and splits them into training, validation, and testing folders.
To process our new dataset, do the following:
- Download the new dataset at https://drive.google.com/drive/folders/0BxYys69jI14kU0I1YUQyY1ZDRUE. Only download the UTKFace.tar.gz folder. Unzip the folder with 7-zip if you are using Windows like me.
- Download processUTKFace.py to your local project directory.
- Open the terminal and cd to the project directory.
cd path/to/project/directory
- Run the processUTKFace.py program. It will change the image to grayscale and resize them to 128x128. It will also split them into training, validation, and test folders. It won't take long :)
python processUTKFace.py
- You are all set :)
Karen Poon, Stacy Zheng, Sophie Zhang, Jarvis Dai