Skip to content

The project presents a unsupervised learning framework which can learn and recognize human faces. A face can be described using a set of 2D characterisitic views. The "eigen faces" or eigen vectors of the training images are used to define a face space. The images are projected onto this face space that also encodes the variation amongst the kno…

Notifications You must be signed in to change notification settings

varungohil/Face-Recognition-System-using-Eigen-Values

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face-Recognition-System-using-Eignen-Values

Dependencies

  • Python 3.4
  • OpenCV
  • Numpy

How to Run?

There are two ways to run the program:

  • Recognize faces for all test images
python main.py
  • Recognizes face for a specified image
python main.py <path_to_image>

Output Format

  • When we recognize faces for all test images, the output is a table in which the first column specifies the expected output, the second column specifies the actual output and the third column wheter the recognition was correct or not.

  • When we recognize face in a specified image . The output ranges from s1 till s40.

    For example, If the output is s4 then that means that the test image is recognized to be the person whose images are in folder s4.


The methodology is as described in the following papers:

Turk, M., & Pentland, A. (1991). Eigenfaces for recognition. Journal of cognitive neuroscience, 3(1), 71-86

Eigenfaces for Face Detection/Recognition

For details on dataset used and results, please refer to Report.pdf


This work was done as part of assignment in the Probability and Random Processes course at IIT Gandhinagar.

About

The project presents a unsupervised learning framework which can learn and recognize human faces. A face can be described using a set of 2D characterisitic views. The "eigen faces" or eigen vectors of the training images are used to define a face space. The images are projected onto this face space that also encodes the variation amongst the kno…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages