Skip to content

real-time face detection and feature classification using haar cascade and resnet; convolutional autoencoder for image reconstruction

Notifications You must be signed in to change notification settings

neuron-party/facial-feature-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facial Feature Detection

Overview

notebooks/ - showcases the process of the ML pipeline
  • 1. extract_faces.ipynb - data cleaning
  • 2. pytorch.ipynb - training, validation
  • 3. eval.ipynb - testing, visualization of results
main.py - entrypoint for running the live facial feature detection (%run -i main.py in ipython console)
webpage.py - entrypoint for running the flask hosted webpage

Instructions

To run main.py or webpage.py, you need the model files. You can either:

  1. download the pretrained models here:

OR

  1. download the CelebA dataset and train your own models by running the notebooks in order

About

real-time face detection and feature classification using haar cascade and resnet; convolutional autoencoder for image reconstruction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published