/Face-Detector

DNN Face detection model using ResNet-34 architecture

Primary LanguagePython

Face detection model in Python using OpenCV module

  • DNN architecture for face recognition is based on ResNet-34 from the Deep Residual Learning for Image Recognition paper by He et al., with lesser filters and layers.
  • Trained on LFW dataset acheiving 99.3% accuracy.