zhongyy / SFace

Code of TIP2021 Paper《SFace: Sigmoid-Constrained Hypersphere Loss for Robust Face Recognition》. We provide both MxNet and Pytorch versions.
86 stars 11 forks source link

pixel scaling #4

Open rgrbic opened 2 years ago

rgrbic commented 2 years ago

https://github.com/zhongyy/SFace/blob/cb5ffb3c4863eecb3abf6a80529daffb05a0e820/SFace_torch/backbone/model_mobilefacenet.py#L81

According to the paper, this should be 0,0078125 ?

liamsun2019 commented 2 years ago

I'm also confused about that. It's supposed to be 1/128=0.0078125.

ohtiger commented 1 year ago

what does the casia_webface's directory look like