facerec icon indicating copy to clipboard operation
facerec copied to clipboard

Implements face recognition algorithms for MATLAB/GNU Octave and Python.

Results 1 facerec issues
Sort by recently updated
recently updated
newest added

Before, class labels were assumed to be {0,1,2,3,..., n}. Now, labels may be {1, 3, 7, ..., n}. I found myself needing to train and test on subsets of my...