Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Comparing the effectiveness of Deep Convolutional Neural Networks for detecting ethnicity of a person in face images

Notifications You must be signed in to change notification settings

nmakes/ethnicity-detection-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[archived] Ethnicity Detection Using Convolutional Neural Networks

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.py for training
    • Run python3 accuracies.py for computing metrics

About

Comparing the effectiveness of Deep Convolutional Neural Networks for detecting ethnicity of a person in face images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages