Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wondervictor/widerface-evaluation
Python Evaluation Code for Wider Face Dataset
https://github.com/wondervictor/widerface-evaluation
face-detection widerface widerface-evaluation
Last synced: about 14 hours ago
JSON representation
Python Evaluation Code for Wider Face Dataset
- Host: GitHub
- URL: https://github.com/wondervictor/widerface-evaluation
- Owner: wondervictor
- License: mit
- Created: 2018-08-24T06:47:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T09:54:41.000Z (about 6 years ago)
- Last Synced: 2023-10-20T23:49:52.568Z (about 1 year ago)
- Topics: face-detection, widerface, widerface-evaluation
- Language: Python
- Size: 6.84 KB
- Stars: 159
- Watchers: 4
- Forks: 41
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WiderFace-Evaluation
Python Evaluation Code for [Wider Face Dataset](http://mmlab.ie.cuhk.edu.hk/projects/WIDERFace/)## Usage
##### before evaluating ....
````
python3 setup.py build_ext --inplace
````##### evaluating
**GroungTruth:** `wider_face_val.mat`, `wider_easy_val.mat`, `wider_medium_val.mat`,`wider_hard_val.mat`
````
python3 evaluation.py -p -g
````## Bugs & Problems
please issue## Acknowledgements
some code borrowed from Sergey Karayev