We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607e16f commit 4051a75Copy full SHA for 4051a75
README.md
@@ -6,7 +6,15 @@ WIDERFACE is a database of face bounding boxes available on http://mmlab.ie.cuhk
6
## Requirement
7
scipy(v0.19.0)
8
9
+## Install
10
+
11
+```
12
+pip install python-widerface
13
14
15
## Usage
-Please see `wider/examples/example.py` for usage
16
+You can use this library to extract the annotations and images from WIDERFACE.
17
18
+Please see [example](https://github.com/twmht/python-widerface/blob/master/wider/examples/example.py) for usage.
19
20
you also need opencv and matplotlib (v2.0.0) to run the example.
0 commit comments