TreB1eN / InsightFace_Pytorch

Pytorch0.4.1 codes for InsightFace
MIT License
1.74k stars 423 forks source link

Why not normalize embedding in Arcface? #70

Closed Woolseyyy closed 5 years ago

Woolseyyy commented 5 years ago

In the mxnet version and paper, it seems that embeddings are normalized before multiplied with normalized weight. Howerver, line 261 in model.py dosen't do so. Is this a bug?

Woolseyyy commented 5 years ago

I have found it normalized in the network.