We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2710b14 commit b79915dCopy full SHA for b79915d
README.md
@@ -7,7 +7,12 @@
7

8
9
## How to use it
10
-Just download the repository and then do this
+Install the package using pip:
11
+```bash
12
+pip install mtcnn-pytorch
13
+```
14
+
15
+Example usage:
16
```python
17
from mtcnn import detect_faces
18
import cv2
@@ -25,4 +30,4 @@ For examples see `test_on_images.ipynb`.
25
30
26
31
## Credit
27
32
This implementation is heavily inspired by:
28
-* [pangyupo/mxnet_mtcnn_face_detection](https://github.com/pangyupo/mxnet_mtcnn_face_detection)
33
+* [pangyupo/mxnet_mtcnn_face_detection](https://github.com/pangyupo/mxnet_mtcnn_face_detection)
0 commit comments