Facial Feature Detection using the Fastai Library

  • Used the cnnlearner Transfer Learning method of the Fastai library, initialized with Resnet18 on the LFW dataset
  • Performed image augmentation and applied facial detection methods to identify the faces in an image
  • Fifteen facial features were extracted and inter-feature distances were used to differentiate between faces

Download Slides ; Download Report ; Github Repository