Skip to content

Commit 0182df9

Browse files
update links and project
1 parent 0122d25 commit 0182df9

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Face Detection and Alignment MTCNN
22

3-
## [__Download the toolbox here__](TODO)
3+
## [__Download the toolbox here__](https://github.com/matlab-deep-learning/mtcnn-face-detection/releases/latest/download/MTCNN%20Face%20Detection.mltbx)
44

55
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/).
66

77
- [📦 Installation](#installation)
8-
- [🏁 Getting Started](#getting-started)
8+
- [ðŸ?? Getting Started](#getting-started)
99
- [🔎😄 Usage](#usage)
10-
- [ About](#about)
10+
- [â?“ About](#about)
1111
- [💬 Contribute](#contribute)
1212

1313
_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._
@@ -19,7 +19,7 @@ _Note: This code supports inference using a pretrained model. Training from scra
1919
- Deep Learning Toolbox
2020
- Computer Vision Toolbox
2121
- Image Processing Toolbox
22-
- Download the [latest release](TODO_add_link) of the Face Detection and Aligment MTCNN. To install, open the .mltbx file in MATLAB.
22+
- Download the [latest release](https://github.com/matlab-deep-learning/mtcnn-face-detection/releases/) of the Face Detection and Aligment MTCNN. To install, open the .mltbx file in MATLAB.
2323

2424
## Getting Started
2525

@@ -62,10 +62,10 @@ _Face detection from MTCNN in yellow, detections from the built in vision.Cascad
6262

6363
## Contribute
6464

65-
Please file any bug reports or feature requests as [GitHub issues](TODO_add_link). In particular comment on the following two issues if they interest you!
65+
Please file any bug reports or feature requests as [GitHub issues](https://github.com/matlab-deep-learning/mtcnn-face-detection/issues). In particular comment on the following two issues if they interest you!
6666

67-
- [Support training MTCNN](TODO_add_link)
68-
- [Support MATLAB versions earlier than R2019b](TODO_add_link)
67+
- [Support training MTCNN](https://github.com/matlab-deep-learning/mtcnn-face-detection/issues/1)
68+
- [Support MATLAB versions earlier than R2019b](https://github.com/matlab-deep-learning/mtcnn-face-detection/issues/2)
6969

7070

7171
_Copyright 2019 The MathWorks, Inc._

mtcnn.prj

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
2-
<configuration build-checksum="4177056607" file="C:\code\internal\mtcnn\mtcnn.prj" location="C:\code\internal\mtcnn" name="mtcnn" target="target.toolbox" target-name="Package Toolbox">
2+
<configuration build-checksum="4177056607" file="C:\code\internal\mtcnn-face-detection\mtcnn.prj" location="C:\code\internal\mtcnn-face-detection" name="mtcnn" target="target.toolbox" target-name="Package Toolbox">
33
<param.appname>MTCNN Face Detection</param.appname>
44
<param.authnamewatermark>Justin Pinkney</param.authnamewatermark>
55
<param.email>[email protected]</param.email>
66
<param.company>MathWorks</param.company>
77
<param.summary>Face detection and landmark localisation using deep learning.</param.summary>
8-
<param.description>This repository implements deep learning based face detection and facial landmark localisation using Multi-Task Cascaded CNNs.</param.description>
8+
<param.description>This repository implements deep learning based face detection and facial landmark localisation using Multi-Task Cascaded CNNs.
9+
For more details see the GitHub repository: https://github.com/matlab-deep-learning/mtcnn-face-detection</param.description>
910
<param.screenshot>${PROJECT_ROOT}\doc\logo.png</param.screenshot>
1011
<param.version>1.0</param.version>
1112
<param.output>${PROJECT_ROOT}\MTCNN Face Detection.mltbx</param.output>
@@ -96,7 +97,7 @@
9697
<fileset.depfun.excluded />
9798
<fileset.package />
9899
<build-deliverables>
99-
<file location="${PROJECT_ROOT}" name="MTCNN Face Detection.mltbx" optional="false">C:\code\internal\mtcnn\MTCNN Face Detection.mltbx</file>
100+
<file location="${PROJECT_ROOT}" name="MTCNN Face Detection.mltbx" optional="false">C:\code\internal\mtcnn-face-detection\MTCNN Face Detection.mltbx</file>
100101
</build-deliverables>
101102
<workflow />
102103
<matlab>

0 commit comments

Comments
 (0)