Skip to content

Commit

Permalink
Updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Sep 5, 2019
1 parent 2710b14 commit b79915d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
![example of a face detection](images/example.png)

## How to use it
Just download the repository and then do this
Install the package using pip:
```bash
pip install mtcnn-pytorch
```

Example usage:
```python
from mtcnn import detect_faces
import cv2
Expand All @@ -25,4 +30,4 @@ For examples see `test_on_images.ipynb`.

## Credit
This implementation is heavily inspired by:
* [pangyupo/mxnet_mtcnn_face_detection](https://github.com/pangyupo/mxnet_mtcnn_face_detection)
* [pangyupo/mxnet_mtcnn_face_detection](https://github.com/pangyupo/mxnet_mtcnn_face_detection)

0 comments on commit b79915d

Please sign in to comment.