MxNet implementation of the paper: A Discriminative Feature Learning Approach for Deep Face Recognition
pip install -r requirements.txt
- Train with original softmax
$ python main.py --train --prefix=softmax
- Train with softmax + center loss
$ python main.py --train --center_loss --prefix=center-loss
- Test with original softmax
$ python main.py --test --prefix=softmax
- Test with softmax + center loss
$ python main.py --test --prefix=center-loss
Comparison Accuracy curve:
Training:
Testing:
Training:
Testing: