Accuracy of the implemented methods
Method | Top 1 accuracy | Top 5 accuracy |
---|---|---|
MSM (baseline) | 91.48 | 93.61 |
KMSM | 80.85 | 91.48 |
Hybrid | 91.48 | 93.61 |
Subspace based methods are implemented and evaulated using the YTC dataset.
- Mutual Subspace Method
- Kernel Mutual Subspace Method
- Kernel Mutual Subspace Method + Constrained Mutual Subspace Method
CuPy is used for linalg operataions.
conda create -n facerecog python=3.7
conda activate facrerecog
conda install cupy ConfigArgParse matplotlib
To run tests using configurations specified in config file
python run.py -c config/exp.conf
TODO
Pragyan Shrestha
University of Tsukuba, Empowerment Informatics 1st Year