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 filesSigned-off-by: Helio Perroni Filho <xperroni@gmail.com>
Signed-off-by: Helio Perroni Filho <xperroni@gmail.com>
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
|
| 8 |
-
-
|
| 9 |
-
-
|
|
|
|
| 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 |
|