项目作者: asarthaks

项目描述 :
Face recognizer using opencv
高级语言: Python
项目地址: git://github.com/asarthaks/FaceRecognizer.git
创建时间: 2018-04-04T12:54:25Z
项目社区:https://github.com/asarthaks/FaceRecognizer

开源协议:

下载


FaceRecognizer

Face recognizer using opencv

This is made using the opencv contrib module.
The classifier (frontal face) is also from the opencv module

How to run

Create a folder named person where you place these files.

You can simply detect a face or you can create your own dataset from which you can train it to recognize you.

You can also create a dataset from images, just create a folder named sample and place the images there, then run the respective script.

You can recognize people directly through webcam live or you can also detect someone from a video file by running the respective script.