Application that recognizes people faces using Eigen or Fisher algorithms
You will need the following things properly installed on your computer.
- Python (v2.7)
git clone https://github.com/smorzhov/face_detector.git
this repositorycd face_detector
pip install -r requirements.txt
Training: main.py -t [--train] (-e [--eigen] | -f [--fisher]) <user_name>
Recognizing: main.py -r [--recognize] (-e [--eigen] | -f [--fisher])
You may also specify camera id (by default it is 0) -c [--camera-id] <id>
For more information, please, see help message (python main.py -h
)