Skip to content

Commit cc972fa

Browse files
committed
update prj and bump to version 1.0.1
1 parent a7c576e commit cc972fa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

code/mtcnn/Contents.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
% MTCNN
2-
% Version 1.0 (R2019b) 02-December-2019
2+
% Version 1.0.1 (R2019b) 22-January-2020
33
%
44
% Files
55
% mtcnn.detectFaces - Use a pretrained model to detect faces in an image.

mtcnn.prj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<param.description>This repository implements deep learning based face detection and facial landmark localisation using Multi-Task Cascaded CNNs.
99
For more details see the GitHub repository: https://github.com/matlab-deep-learning/mtcnn-face-detection</param.description>
1010
<param.screenshot>${PROJECT_ROOT}\doc\logo.png</param.screenshot>
11-
<param.version>1.0</param.version>
11+
<param.version>1.0.1</param.version>
1212
<param.output>${PROJECT_ROOT}\MTCNN Face Detection.mltbx</param.output>
1313
<param.products.name>
1414
<item>Computer Vision Toolbox</item>
@@ -55,7 +55,6 @@ For more details see the GitHub repository: https://github.com/matlab-deep-learn
5555
<param.additional.sw.mac.url />
5656
<param.additional.sw.linux.url />
5757
<unset>
58-
<param.version />
5958
<param.output />
6059
<param.platforms />
6160
<param.exclude.filters />

0 commit comments

Comments
 (0)