timesler / facenet-pytorch

Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models
MIT License
4.42k stars 943 forks source link

Finetuning - is mtcnn (detection) retraining supported? #140

Open Huxwell opened 3 years ago

Huxwell commented 3 years ago

I am struggling to understand it based on provided readme and provided examples - does this project support retraining of the face detector? Or does it only provide fine-tuning script for the last part (face recognition when it has already been detected)?

shuxiongwuziqi commented 3 years ago

I think this project doesn't support retraining of face detector.

saskra commented 2 months ago

I think this project doesn't support retraining of face detector.

Too bad, I was looking for something like that.