Skip to content

benaytms/faces_recognizer2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognizer Program

the gang gets recognized

Face recognition algorithm made with in Python with OpenCV package

If you want to test it

You'll need these packages:

  • OpenCV: pip install opencv-python
  • NumPy: pip install numpy
  • MatplotLib: pip install matplotlib

or just: pip install opencv-python numpy matplotlib

note

  • images must be png, jpg, jpeg or webp

To run

Acknowledgments

This project uses the Single Shot MultiBox Detector (SSD) algorithm for face detection. The SSD algorithm is described in the following paper:

  • Liu, W., Anguelov, D., Erhan, D., Szegedy, C., & Tyagi, A. (2016). SSD: Single Shot MultiBox Detector. In European Conference on Computer Vision (ECCV).

For more details, refer to the original paper and the Caffe model repository.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published