Skip to content

YanisZatout/eigenfaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eigenfaces

A quick class I made to implement the eigenfaces algorithm with a reconstruction feature. Basically, after calculating the SVD of the database of faces, we can extract a basis for faces. This basis can then be used for a wide range of applications. My class allows you to give it any database of images and create this basis for its faces. Execute code_test.py if you want to have a quick test with the provided files. Don't hesitate to ask questions I'm always available !

Some quick results:

On the training and testing sets respectively: train_set

test_set

For this specific example, we took only 100 directions to recreate the eigenfaces, representing roughly 50 % of the variance of the faces.

About

A quick class I made to implement the eigenfaces algorithm with a reconstruction feature. Don't hesitate to ask questions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages