◐ Shell
clean mode source ↗

GitHub - twmht/python-widerface: Simple WIDERFACE data parser written in python

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

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.