Update README.md
Browse files
README.md
CHANGED
@@ -71,14 +71,13 @@ You can use the raw model for Face detection. See the [model hub](https://huggin
|
|
71 |
2. Evaluate txt results. Demo come from [Here](https://github.com/wondervictor/WiderFace-Evaluation)
|
72 |
```Shell
|
73 |
cd ./widerface_evaluate
|
74 |
-
python setup.py build_ext --inplace
|
75 |
python evaluation.py #please modify the evaluation path
|
76 |
```
|
77 |
|
78 |
### Performance
|
79 |
| Model | easy | medium | hard |
|
80 |
|:-|:-:|:-:|:-:|
|
81 |
-
| RetinaFace_onnx_model (608x640) | 88.
|
82 |
|
83 |
|
84 |
```bibtex
|
|
|
71 |
2. Evaluate txt results. Demo come from [Here](https://github.com/wondervictor/WiderFace-Evaluation)
|
72 |
```Shell
|
73 |
cd ./widerface_evaluate
|
|
|
74 |
python evaluation.py #please modify the evaluation path
|
75 |
```
|
76 |
|
77 |
### Performance
|
78 |
| Model | easy | medium | hard |
|
79 |
|:-|:-:|:-:|:-:|
|
80 |
+
| RetinaFace_onnx_model (608x640) | 88.55% | 82.17% | 52.21% |
|
81 |
|
82 |
|
83 |
```bibtex
|