tony979 / BearID

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BearID

Referenced to https://github.com/hypraptive/bearid and create a Dockerfile with OpenCV, dlib, and built binaries. The model referes to existing DNN dlib model of dog faces. For execution please refre to README.md.

Research Notes

Proposed Workflow

Face Detection Algorithms

  1. Viola-Jones (decision tree, for very low performance device)
  2. Histogram of oriented gradients (HOG) - black and white gradients
  3. CNN

Reference

https://machinelearningmastery.com/how-to-perform-face-recognition-with-vggface2-convolutional-neural-network-in-keras/

About


Languages

Language:C++ 54.0%Language:Python 43.3%Language:CMake 2.2%Language:Dockerfile 0.5%