Skip to content

ctparton/dissertation

Repository files navigation

CSC3095 - Evaluating deep learning approaches for perceived age prediction

Usage

python train_age_classification.py/train_age_regression.py --b 512 --lr 0.001 --layers 8 --type 'VGG16' --mode 'finetune'

Datasets

These can be placed in the data folder and processed with the relevant scripts in util/ and face_detection/

Mode

  • pretrain - IMDb-Wiki dataset
  • finetune - ChaLearn Percieved Age V2 dataset

TensorBoard logging

Can be switched on by adding the callbacks paramater to the model.fit() with the callbacks variable

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published