starblaz3 / Face-Detector

DNN Face detection model using ResNet-34 architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

DNN Face detection model using ResNet-34 architecture


Languages

Language:Python 100.0%