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

Expand the cross validation scripts to remove multiple images from each class #8

Closed bentsherman closed 7 years ago

bentsherman commented 8 years ago

Currently our cross-validation scripts create a test set by removing one image from each class in the training set. However, it would be useful to have these scripts remove 2 or 3 or more images from each class in order to make a "harder" test set. A parameter should be added to each of these scripts to specify this value.