Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 689 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 689 Bytes

Face detector

Application that recognizes people faces using Eigen or Fisher algorithms

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/smorzhov/face_detector.git this repository
  • cd face_detector
  • pip install -r requirements.txt

Running

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)