An open API service indexing awesome lists of open source software.

https://github.com/lawvs/face-recognition-demo

face recognition with opencv and python
https://github.com/lawvs/face-recognition-demo

face-recognition opencv python

Last synced: about 2 months ago
JSON representation

face recognition with opencv and python

Awesome Lists containing this project

README

          

# face recognition demo

## introduction

face recognition with opencv and python

## usage

- installation dependencies
```
pip intall -r requirement.txt
```

## note

- opencv default detecting classifiers path in`python/Lib/site-packages/cv2/data/haarcascade_*.xml`

## references

- [opencv_contrib](https://github.com/opencv/opencv_contrib)
- [OpenCV人脸识别之三:识别自己的脸](http://6xiaolong.cn/?p=85)
- [opencv-face-recognition-python](https://github.com/informramiz/opencv-face-recognition-python/blob/master/OpenCV-Face-Recognition-Python.py)