https://github.com/anoop-singh-dev/facedetection-and-recognition-using-bpn
Face Detection and Recognition
https://github.com/anoop-singh-dev/facedetection-and-recognition-using-bpn
opencv python
Last synced: 2 months ago
JSON representation
Face Detection and Recognition
- Host: GitHub
- URL: https://github.com/anoop-singh-dev/facedetection-and-recognition-using-bpn
- Owner: anoop-singh-dev
- Created: 2017-12-04T09:33:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T21:17:12.000Z (over 8 years ago)
- Last Synced: 2025-06-02T07:26:06.793Z (about 1 year ago)
- Topics: opencv, python
- Language: Python
- Homepage:
- Size: 3.16 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FaceDetection-and-Recognition-using-BPN
## Prerequisites
* Python 2.x
* OpenCV 3.x
* Pillow Python Library
## Running the tests
### For Face Detection in image
* Go folder face_detection:- and run
* $ python face_detect.py a1.jpg haarcascade_frontalface_default.xml

### For Face Detection through webcam
* $ python live.py haarcascade_frontalface_default.xml
### For face recognition
* run the dataSetGenerator.py and enter a unique id to create face samples with your face
* run trainer.py for trained dataset
* run detector.py for recognition of face

### For running a simple back propagation neural network
* Go folder back_propagation_neural_network
* $ python nu1.py

#### --> We not use back propagation neural network for face recognition,we only cerate a simple BPNN and trained it.