Thank you for visiting this page. This project is no longer being maintained.
Quick notes on what this project was about:
- We trained 4 CNN architectures for 30 epochs and comapred the classification scores on the UTKFace dataset.
- To run:
- Install requirements
python3 -m pip install -r requirements.txt - Obtain the UTKFace dataset, and use these functions to generate the train/test split.
- Run
python3 main.pyfor training - Run
python3 accuracies.pyfor computing metrics
- Install requirements