ONNX
Yuantao Feng commited on
Commit
74c3356
·
1 Parent(s): f40140c

Renaming model files to have more information on architecture, training data and more (#7)

Browse files

* add suffix of training dataset, arch & upload time to each model

* update DB-IC15 benchmark results

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -2,15 +2,15 @@
2
 
3
  SFace: Sigmoid-Constrained Hypersphere Loss for Robust Face Recognition
4
 
5
- SFace is contributed by [Yaoyao Zhong](https://github.com/zhongyy/SFace). [face_recognition_sface.onnx](./face_recognition_sface.onnx) is converted from the model from https://github.com/zhongyy/SFace thanks to [Chengrui Wang](https://github.com/crywang).
6
-
7
  Note:
8
- - There is [a PR for OpenCV adding this model](https://github.com/opencv/opencv/pull/20422) to work with OpenCV DNN in C++ implementation.
9
- - Support 5-landmark warp for now.
10
- - `demo.py` requires [../face_detection_yunet](../face_detection_yunet) to run.
11
 
12
  ## Demo
13
 
 
 
14
  Run the following command to try the demo:
15
  ```shell
16
  # recognize on images
 
2
 
3
  SFace: Sigmoid-Constrained Hypersphere Loss for Robust Face Recognition
4
 
 
 
5
  Note:
6
+ - SFace is contributed by [Yaoyao Zhong](https://github.com/zhongyy/SFace).
7
+ - [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).
8
+ - Support 5-landmark warpping for now (2021sep)
9
 
10
  ## Demo
11
 
12
+ ***NOTE***: This demo uses [../face_detection_yunet](../face_detection_yunet) as face detector, which supports 5-landmark detection for now (2021sep).
13
+
14
  Run the following command to try the demo:
15
  ```shell
16
  # recognize on images