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
## [__Download the toolbox here__](https://github.com/matlab-deep-learning/mtcnn-face-detection/releases/latest/download/MTCNN-Face-Detection.mltbx)
@@ -18,7 +18,7 @@ _Note: This code supports inference using a pretrained model. Training from scra
18
18
## Installation
19
19
20
20
- Face Detection and Alignment MTCNN requires the following products:
21
-
- MATLAB R2019b or later
21
+
- MATLAB R2019a or later (_now works in R2019a and later!_)
22
22
- Deep Learning Toolbox
23
23
- Computer Vision Toolbox
24
24
- Image Processing Toolbox
@@ -65,10 +65,6 @@ _Face detection from MTCNN in yellow, detections from the built in vision.Cascad
65
65
66
66
## Contribute
67
67
68
-
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!
69
-
70
-
-[Support training MTCNN](https://github.com/matlab-deep-learning/mtcnn-face-detection/issues/1)
71
-
-[Support MATLAB versions earlier than R2019b](https://github.com/matlab-deep-learning/mtcnn-face-detection/issues/2)
72
-
68
+
Please file any bug reports or feature requests as [GitHub issues](https://github.com/matlab-deep-learning/mtcnn-face-detection/issues). In particular if you'd be interested in training your own MTCNN network comment on the following issue: [Support training MTCNN](https://github.com/matlab-deep-learning/mtcnn-face-detection/issues/1)
0 commit comments