提供了pytorch的代码的,给作者点赞啊: GitHub - clcarwin/sphereface_pytorch: A PyTorch Implementation of SphereFace. Sphereface做的事情和Center loss基本上一样的,就是说让每个类别都能做到在类别上,每个类别的距离大,但是在类中,每个样本的差距很小。也就是Metric learning,相似度学习。Center loss有一张很经...
SphereFace: Deep Hypersphere Embedding for Face Recognition https://arxiv.org/abs/1704.08063 http://wyliu.com/papers/LiuCVPR17v3.pdf 官方代码: https://github.com/wy1iu/sphereface pytorch代码: https://github.com/clcarwin/sphereface_pytorch 说明:没用过mxnet,下面的代码注释只是纯粹从代码的角度来...