matlab-deep-learning / mtcnn-face-detection

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

Support training MTCNN #1

Open justinpinkney opened 4 years ago

justinpinkney commented 4 years ago

We currently do not support training a MTCNN model from scratch, only inference using pre-trained weights.

If you'd be interested in being able to train a custom model, please like or comment on this issue.

Omripaz1 commented 4 years ago

Hey Justin, Training a custom MTCNN model would be lovely. Also, I would like to know if there is an option to use transfer learning on the current model in order to use it on modified facial images.

Thanks ahead

justinpinkney commented 4 years ago

Thanks for the input Omripaz1. If we implement training then transfer learning would also be possible.

cuixing158 commented 4 years ago

Hope to support custom training in the future and increase flexibility!

Mostafa77es commented 2 years ago

Hi Justin, Training a custom MTCNN model would be useful to train the model in other datasets. There are many challenging datasets for face and landmarks detection such as occluded faces. So, please support the training model of MTCNN. I appreciate your efforts. Thank you