You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
This repository implements a deep-learning based face detection and facial landmark localization model using [multi-task cascaded convolutional neural networks (MTCNNs)](https://kpzhang93.github.io/MTCNN_face_detection_alignment/).
6
6
7
7
-[📦 Installation](#installation)
8
-
-[ðŸ?? Getting Started](#getting-started)
8
+
-[🏁 Getting Started](#getting-started)
9
9
-[🔎😄 Usage](#usage)
10
-
-[â?“ About](#about)
10
+
-[❓ About](#about)
11
11
-[💬 Contribute](#contribute)
12
12
13
13
_Note: This code supports inference using a pretrained model. Training from scratch is not supported. Weights are imported from the [original MTCNN model](https://kpzhang93.github.io/MTCNN_face_detection_alignment/) trained in Caffe._
@@ -68,4 +68,4 @@ Please file any bug reports or feature requests as [GitHub issues](https://githu
68
68
-[Support MATLAB versions earlier than R2019b](https://github.com/matlab-deep-learning/mtcnn-face-detection/issues/2)
0 commit comments