Directory structure:
└── matlab-deep-learning-mtcnn-face-detection/
├── README.md
├── generateDAGNetVersions.m
├── kpzhang93-MTCNN_face_detection_alignment.rights.txt
├── LICENSE
├── mtcnn.prj
├── Mtcnnfacedetection.prj
├── code/
│ └── mtcnn/
│ ├── Contents.m
│ ├── info.xml
│ ├── mtcnnRoot.m
│ ├── +mtcnn/
│ │ ├── detectFaces.m
│ │ ├── Detector.m
│ │ ├── onet.m
│ │ ├── pnet.m
│ │ ├── proposeRegions.m
│ │ ├── rnet.m
│ │ └── +util/
│ │ ├── applyCorrection.m
│ │ ├── calculateScales.m
│ │ ├── convertToDagNet.m
│ │ ├── cropImage.m
│ │ ├── DagNetworkStrategy.m
│ │ ├── DlNetworkStrategy.m
│ │ ├── makeSquare.m
│ │ ├── NetworkStrategy.m
│ │ ├── prelu.m
│ │ └── preluLayer.m
│ ├── doc/
│ │ └── helptoc.xml
│ └── weights/
│ └── pnet.mat
├── doc/
│ └── getting_started.md
├── resources/
│ └── project/
│ ├── Project.xml
│ ├── ProjectData.type.Info.xml
│ ├── uuid-888b3c04-163a-4681-b133-4e6d0607d560.xml
│ ├── Root.type.Categories/
│ │ ├── FileClassCategory.type.Category.xml
│ │ └── FileClassCategory.type.Category/
│ │ ├── artifact.type.Label.xml
│ │ ├── convenience.type.Label.xml
│ │ ├── derived.type.Label.xml
│ │ ├── design.type.Label.xml
│ │ ├── none.type.Label.xml
│ │ ├── other.type.Label.xml
│ │ └── test.type.Label.xml
│ ├── Root.type.EntryPoints/
│ │ └── 6e86f0ef-faba-4a6f-a9aa-491caaa23a05.type.EntryPoint.xml
│ ├── Root.type.Files/
│ │ ├── README.md.type.File.xml
│ │ ├── code.type.File.xml
│ │ ├── doc.type.File.xml
│ │ ├── generateDAGNetVersions.m.type.File.xml
│ │ ├── kpzhang93-MTCNN_face_detection_alignment.rights.txt.type.File.xml
│ │ ├── LICENSE.type.File.xml
│ │ ├── mtcnn.prj.type.File.xml
│ │ ├── test.type.File.xml
│ │ ├── .circleci.type.File.xml
│ │ ├── .gitignore.type.File.xml
│ │ ├── code.type.File/
│ │ │ ├── 1.type.DIR_SIGNIFIER.xml
│ │ │ ├── mtcnn.type.File.xml
│ │ │ └── mtcnn.type.File/
│ │ │ ├── +mtcnn.type.File.xml
│ │ │ ├── 1.type.DIR_SIGNIFIER.xml
│ │ │ ├── Contents.m.type.File.xml
│ │ │ ├── doc.type.File.xml
│ │ │ ├── info.xml.type.File.xml
│ │ │ ├── mtcnnRoot.m.type.File.xml
│ │ │ ├── weights.type.File.xml
│ │ │ ├── +mtcnn.type.File/
│ │ │ │ ├── +util.type.File.xml
│ │ │ │ ├── 1.type.DIR_SIGNIFIER.xml
│ │ │ │ ├── detectFaces.m.type.File.xml
│ │ │ │ ├── Detector.m.type.File.xml
│ │ │ │ ├── onet.m.type.File.xml
│ │ │ │ ├── pnet.m.type.File.xml
│ │ │ │ ├── proposeRegions.m.type.File.xml
│ │ │ │ ├── rnet.m.type.File.xml
│ │ │ │ └── +util.type.File/
│ │ │ │ ├── 1.type.DIR_SIGNIFIER.xml
│ │ │ │ ├── applyCorrection.m.type.File.xml
│ │ │ │ ├── calculateScales.m.type.File.xml
│ │ │ │ ├── convertToDagNet.m.type.File.xml
│ │ │ │ ├── cropImage.m.type.File.xml
│ │ │ │ ├── DagNetworkStrategy.m.type.File.xml
│ │ │ │ ├── DlNetworkStrategy.m.type.File.xml
│ │ │ │ ├── makeSquare.m.type.File.xml
│ │ │ │ ├── NetworkStrategy.m.type.File.xml
│ │ │ │ ├── prelu.m.type.File.xml
│ │ │ │ └── preluLayer.m.type.File.xml
│ │ │ ├── doc.type.File/
│ │ │ │ ├── 1.type.DIR_SIGNIFIER.xml
│ │ │ │ ├── GettingStarted.html.type.File.xml
│ │ │ │ ├── GettingStarted.mlx.type.File.xml
│ │ │ │ └── helptoc.xml.type.File.xml
│ │ │ └── weights.type.File/
│ │ │ ├── 1.type.DIR_SIGNIFIER.xml
│ │ │ ├── onet.mat.type.File.xml
│ │ │ ├── pnet.mat.type.File.xml
│ │ │ └── rnet.mat.type.File.xml
│ │ ├── doc.type.File/
│ │ │ ├── 1.type.DIR_SIGNIFIER.xml
│ │ │ ├── getting_started.md.type.File.xml
│ │ │ ├── getting_started_01.png.type.File.xml
│ │ │ ├── getting_started_02.png.type.File.xml
│ │ │ ├── logo.png.type.File.xml
│ │ │ ├── logo.svg.type.File.xml
│ │ │ ├── output1.jpg.type.File.xml
│ │ │ └── output2.jpg.type.File.xml
│ │ ├── test.type.File/
│ │ │ ├── +tests.type.File.xml
│ │ │ ├── 1.type.DIR_SIGNIFIER.xml
│ │ │ ├── makeDetectionReference.m.type.File.xml
│ │ │ ├── mtcnnTestRoot.m.type.File.xml
│ │ │ ├── resources.type.File.xml
│ │ │ ├── +tests.type.File/
│ │ │ │ ├── 1.type.DIR_SIGNIFIER.xml
│ │ │ │ ├── DetectFacesTest.m.type.File.xml
│ │ │ │ ├── DetectorTest.m.type.File.xml
│ │ │ │ ├── PerformanceTest.m.type.File.xml
│ │ │ │ ├── ProposeRegionsTest.m.type.File.xml
│ │ │ │ └── UtilTest.m.type.File.xml
│ │ │ └── resources.type.File/
│ │ │ ├── 1.type.DIR_SIGNIFIER.xml
│ │ │ └── ref.mat.type.File.xml
│ │ └── .circleci.type.File/
│ │ ├── 1.type.DIR_SIGNIFIER.xml
│ │ └── config.yml.type.File.xml
│ └── Root.type.ProjectPath/
│ └── cc5a25c3-9c36-4121-bf9f-975cb273e5c8.type.Reference.xml
├── test/
│ ├── makeDetectionReference.m
│ ├── mtcnnTestRoot.m
│ ├── +tests/
│ │ ├── DetectFacesTest.m
│ │ ├── DetectorTest.m
│ │ ├── DocTest
│ │ ├── PerformanceTest.m
│ │ ├── ProposeRegionsTest.m
│ │ ├── RegressionTest.m
│ │ └── UtilTest.m
│ └── resources/
│ └── ref.mat
└── .circleci/
└── config.yml