Skip to content

Simple ethnicity classifier using transfer learning with VGG. // unfinished

Notifications You must be signed in to change notification settings

rayniel95/ERecog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

Simple ethnicity classifier using FairFace dataset and convolutional networks.

How to execute notebook?

Download FairFace dataset in https://github.com/dchen236/FairFace with padding=0.25. Extract it inside ./code/Datasets/FairFace/. Download the train and validation labels and copy to ./code/Datasets/FairFace/.

Run the model_experiments.ipynb selecting the cells with the models to train.

Requirements

See requirements.txt