Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tempdata73 authored Jun 14, 2019
1 parent 9e3cf13 commit 22b3b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Opencv-tensorflow-mxnet implementation of face tracking and verification on real time using either CPU or GPU.
The pretrained models used for face verification were obtained from [David Sandberg's github repo](https://github.com/davidsandberg/facenet)
which are tensorflow implementations of [FaceNet](https://arxiv.org/abs/1503.03832).
Instead of using Viola and Jones' face detector, this repository uses a [implementation of the MTCNN model] (https://github.com/YYuanAnyVision/mxnet_mtcnn_face_detection) for both face detection and tracking initialization. It is also used for database creation.
Instead of using Viola and Jones' face detector, this repository uses a [implementation of the MTCNN model](https://github.com/YYuanAnyVision/mxnet_mtcnn_face_detection) for both face detection and tracking initialization. It is also used for database creation.
(the original paper can be found [here](https://kpzhang93.github.io/MTCNN_face_detection_alignment/paper/spl.pdf))

## Compatibility
Expand Down

0 comments on commit 22b3b24

Please sign in to comment.