Skip to content

sustarun/dip_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fisherfaces

CS663 project

Description of various files:

  • Yale face dataset in png format (download and extract this folder with the name pngyalefaces)
  • helper.py: contains helper functions which are useful in things like loading data, etc.
  • corefn.py: The algorithms will be implemented here. This is just like myMainScript.py of assignments.
  • Large Yale face dataset in png format
  • pgmread.py: python script to convert images of any format to png recursively. Just give the path of folder containing images and the path of the destination folder in the function change_img_ext_rec
  • PNGExtendedYale.tar.gz: Extended Yale dataset. We will use it later(as it is large, so, longer training/testing time). Currently not uploaded due to large size.

Warning: Do NOT add folders containing images into the repo. git will become very slow. Add the folders to the end of .gitignore instead

About

DIP Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages