Delete widerface_evaluate/README.md
#5
by
hongywei
- opened
- widerface_evaluate/README.md +0 -27
widerface_evaluate/README.md
DELETED
@@ -1,27 +0,0 @@
|
|
1 |
-
# WiderFace-Evaluation
|
2 |
-
Python Evaluation Code for [Wider Face Dataset](http://mmlab.ie.cuhk.edu.hk/projects/WIDERFace/)
|
3 |
-
|
4 |
-
|
5 |
-
## Usage
|
6 |
-
|
7 |
-
|
8 |
-
##### before evaluating ....
|
9 |
-
|
10 |
-
````
|
11 |
-
python3 setup.py build_ext --inplace
|
12 |
-
````
|
13 |
-
|
14 |
-
##### evaluating
|
15 |
-
|
16 |
-
**GroungTruth:** `wider_face_val.mat`, `wider_easy_val.mat`, `wider_medium_val.mat`,`wider_hard_val.mat`
|
17 |
-
|
18 |
-
````
|
19 |
-
python3 evaluation.py -p <your prediction dir> -g <groud truth dir>
|
20 |
-
````
|
21 |
-
|
22 |
-
## Bugs & Problems
|
23 |
-
please issue
|
24 |
-
|
25 |
-
## Acknowledgements
|
26 |
-
|
27 |
-
some code borrowed from Sergey Karayev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|