GitHub - twmht/python-widerface: Simple WIDERFACE data parser written in python
This repository was archived by the owner on Jun 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
python-wider
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/.
Requirement
scipy(v0.19.0)
Install
pip install python-widerface
Usage
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.