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

https://github.com/bhekimpilondhlela/basicfacialrecognition

Facial Recognition by using Dimensionality Reduction (Unsupervised Learning)
https://github.com/bhekimpilondhlela/basicfacialrecognition

computer-vision face-recognition-system implementation python

Last synced: over 1 year ago
JSON representation

Facial Recognition by using Dimensionality Reduction (Unsupervised Learning)

Awesome Lists containing this project

README

          

# Basic Facial Recognition:
Facial Recognition System by using Dimensionality Reduction (Unsupervised Learning). The following are images depicting the process:

## The Average face of the Training images
![Alt text](https://github.com/BhekimpiloNdhlela/BasicFacialRecognition/blob/master/results/ave_face.png)

## Plot of the singular value dicomposition
![Alt text](https://github.com/BhekimpiloNdhlela/BasicFacialRecognition/blob/master/results/singular_vals.png)

## The first six(6) eigen-faces of the system:
![Alt text](https://github.com/BhekimpiloNdhlela/BasicFacialRecognition/blob/master/results/6eigenfaces.png)

## Depiction of Test images on top with their respective encoded faces:
![Alt text](https://github.com/BhekimpiloNdhlela/BasicFacialRecognition/blob/master/results/test_encoded1.png)
![Alt text](https://github.com/BhekimpiloNdhlela/BasicFacialRecognition/blob/master/results/test_encoded2.png)

## Accuracy Rate of 78% and 80% from Testing set1 and set2 respctively:
faces with a red shade were wrongly identified and the gray images where identified correctly.
![Alt text](https://github.com/BhekimpiloNdhlela/BasicFacialRecognition/blob/master/results/results_set1.png)
![Alt text](https://github.com/BhekimpiloNdhlela/BasicFacialRecognition/blob/master/results/results_set2.png)