Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 522 Bytes

File metadata and controls

20 lines (13 loc) · 522 Bytes

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.