forked from OmkarShidore/FacialRecognition
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15c1e2c
commit 7922c03
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Modules: | ||
1. os | ||
2. cv2 version 4.1.0 (pip install opencv) | ||
3. numpy 1.16.1 (pip install numpy) | ||
4. Pill>>Image 5.2.0 (pip install pillow) | ||
|
||
/// | ||
How to Use Facial Recognition: | ||
1. Run Collecter.py to collect user samples | ||
2. Run modelTrainer.py to train the model on collected samples | ||
3. Run recognition.py for Facial Recgnition | ||
/// | ||
|
||
|
||
/// | ||
Make Sure: | ||
1. All python files are in the same folder | ||
2. To remove the collected samples goto 'dataSet' folder | ||
(which is created after running collector) | ||
3. For multiple users run collector.py once per user |