Helio Perroni Filho commited on
Commit
7b1c8cc
·
1 Parent(s): 596a24b

Updated SFace notes to indicate used model and add link to reference paper. (#121)

Browse files

Signed-off-by: Helio Perroni Filho <[email protected]>

Signed-off-by: Helio Perroni Filho <[email protected]>

models/face_recognition_sface/README.md CHANGED
@@ -4,9 +4,10 @@ SFace: Sigmoid-Constrained Hypersphere Loss for Robust Face Recognition
4
 
5
  Note:
6
 
7
- - SFace is contributed by [Yaoyao Zhong](https://github.com/zhongyy/SFace).
8
- - [face_recognition_sface_2021sep.onnx](./face_recognition_sface_2021sep.onnx) is converted from the model from https://github.com/zhongyy/SFace thanks to [Chengrui Wang](https://github.com/crywang).
9
- - Support 5-landmark warpping for now (2021sep)
 
10
 
11
  Results of accuracy evaluation with [tools/eval](../../tools/eval).
12
 
 
4
 
5
  Note:
6
 
7
+ - SFace is contributed by [Yaoyao Zhong](https://github.com/zhongyy).
8
+ - Model files encode MobileFaceNet instances trained on the SFace loss function, see the [SFace paper](https://arxiv.org/abs/2205.12010) for reference.
9
+ - ONNX file conversions from [original code base](https://github.com/zhongyy/SFace) thanks to [Chengrui Wang](https://github.com/crywang).
10
+ - (As of Sep 2021) Supporting 5-landmark warping for now, see below for details.
11
 
12
  Results of accuracy evaluation with [tools/eval](../../tools/eval).
13