Yuantao Feng
commited on
Commit
·
e9dd5ad
1
Parent(s):
39e569f
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
README.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2 |
|
3 |
YuNet is a light-weight, fast and accurate face detection model, which achieves 0.834(AP_easy), 0.824(AP_medium), 0.708(AP_hard) on the WIDER Face validation set.
|
4 |
|
|
|
|
|
|
|
|
|
5 |
## Demo
|
6 |
|
7 |
Run the following command to try the demo:
|
|
|
2 |
|
3 |
YuNet is a light-weight, fast and accurate face detection model, which achieves 0.834(AP_easy), 0.824(AP_medium), 0.708(AP_hard) on the WIDER Face validation set.
|
4 |
|
5 |
+
Notes:
|
6 |
+
- Model source: [here](https://github.com/ShiqiYu/libfacedetection.train/blob/a61a428929148171b488f024b5d6774f93cdbc13/tasks/task1/onnx/yunet.onnx).
|
7 |
+
- For details on training this model, please visit https://github.com/ShiqiYu/libfacedetection.train.
|
8 |
+
|
9 |
## Demo
|
10 |
|
11 |
Run the following command to try the demo:
|