Skip to content

ArcFace/SphereFace Loss

Tiago de Freitas Pereira requested to merge arcface into master

Implemented 2 losses and 1 layer from the arcface paper: https://arxiv.org/abs/1801.07698

Implemented 1 loss and 1 layer from the sphere face paper: https://arxiv.org/pdf/1704.08063.pdf

Implemented a keras model that does the validation in the test step

Merge request reports