Skip to content

Commit 4051a75

Browse files
committed
update README
1 parent 607e16f commit 4051a75

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ WIDERFACE is a database of face bounding boxes available on http://mmlab.ie.cuhk
66
## Requirement
77
scipy(v0.19.0)
88

9+
## Install
10+
11+
```
12+
pip install python-widerface
13+
```
14+
915
## Usage
10-
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.
1119

1220
you also need opencv and matplotlib (v2.0.0) to run the example.

0 commit comments

Comments
 (0)