Skip to content

smorzhov/face_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Languages