Simple WIDERFACE data parser written in python
WIDERFACE is a database of face bounding boxes available on http://mmlab.ie.cuhk.edu.hk/projects/WIDERFace/.
scipy(v0.19.0)
pip install python-widerface
You can use this library to extract the annotations and images from WIDERFACE.
Please see example for usage.
you also need opencv and matplotlib (v2.0.0) to run the example.