From 22b3b24e67ecf1825386d125a5d6f0cd45a2b0d0 Mon Sep 17 00:00:00 2001 From: tempdata73 Date: Fri, 14 Jun 2019 11:50:31 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e0885c..0ca7025 100644 --- a/README.md +++ b/README.md @@ -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