matlab-deep-learning / mtcnn-face-detection

Face detection and alignment using deep learning
Other
26 stars 18 forks source link

Support MATLAB versions earlier than R2019b #2

Closed justinpinkney closed 4 years ago

justinpinkney commented 4 years ago

The current code uses MATLAB features introduced in release 2019b. However, with a bit of care it should be possible to port the existing code to earlier releases.

Please comment on or like this issue if you'd be interested in using the MTCNN face detector in releases earlier than R2019b.

msprog commented 4 years ago

Please I am interested in using the MTCNN face detector in releases earlier than R2019b. I use R2019a

cuixing158 commented 4 years ago

我觉得以后更关注两点: 1、版本不重要,重要的是如何方便自由的设计损失函数,自动求导(R2019b),各种细粒度操作灵活性要加大; 2、支持与其他框架的交互使用,比如使用onnx格式,但是目前onnx在matlab中使用效果非常差,很久得不到解决!

I think that I will pay more attention to two points in the future: 1、 The version is not important. What is important is how to conveniently and freely design the loss function and automatic differentiation(R2019b), and increase the flexibility of various fine-grained operations. 2、Supports interactive use with other frameworks, such as using the onnx format, but the current use of onnx in matlab is very poor, and it has not been solved for a long time!

justinpinkney commented 4 years ago

Support for R2019a has been added, supporting any earlier releases gets tricky due to a lack of required layers in deep learning toolbox for earlier releases.