Skip to content

Smart-Mirror/opencv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Face Training And face Detetction Modules Based On Open CV And Python

Some Dope Ass Python Scripts For Face Recognition

Before Running Scripts

Make Sure You Have Installed Numpy , Opencv and Pyinstaller (For Compiling Scripts)
If Not Run Following ..
pip install opencv-python
pip install numpy 
pip install pyinstaller

Step 1

Use Face Training Module To Train Faces
Run face_train in bin folder
Press S and save the faces
Press Q to quit

Step 2

And Then Use Face Detection Scirpt To Check Your Trained Faces
Run face_detect and voilah....

Before Using Modules Compile Them Using Pyinstaller For Better Stability

            or

Use Them Without Compiling And Make Changes According To Your Need

About

Little Script For Some Dope Ass Face Detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Shell 0.6%