CUFCTL / face-recognition

A GPU-accelerated real-time face recognition system based on classical machine learning algorithms
MIT License
23 stars 11 forks source link

Use more datasets, collect performance/accuracy numbers #25

Closed bentsherman closed 7 years ago

bentsherman commented 7 years ago

We've been using the ORL dataset for a while now, but it's a pretty easy dataset and we need to branch out anyway. Some datasets that I know of:

Some datasets are very large and it may be impractical to download them to your computer, and some datasets may only be accessible by request. Just use what you can; we'll be able to access and store whatever datasets we need through the lab.

For each dataset that you find, you'll need to make sure that the directory structure is compatible with our scripts. You'll either have to rearrange the dataset or we can try to adapt our scripts if it isn't too difficult. Once you can run the scripts, you need to test each algorithm (PCA, LDA, ICA) with different amounts of images removed from the training set (1 per class, 3 per class, 5 per class, etc.), and you need to record the accuracy (%) and run-time (s) of each test case.

Further reading: http://face-rec.org/databases/

bentsherman commented 7 years ago

Information on this issue has been moved to the wiki.