Skip to content

tony979/BearID

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 54.0%
  • Python 43.3%
  • CMake 2.2%
  • Dockerfile 0.5%