kpzhang93 / MTCNN_face_detection_alignment

Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks
MIT License
2.8k stars 1.01k forks source link

Increase the number of landmarks detected by MTCNN #56

Open RajkiranVeldur opened 4 years ago

RajkiranVeldur commented 4 years ago

Hi,

Has anyone worked on increasing the number of facial landmarks from the current 5 points to 68 points, as like in other facial detection algorithms such as Dlib? We are trying to use the Face Detection algorithm for us to help in Face Spoof detection, for which 5-landmarks doesn't suffice.

ZouaghiHoussem commented 4 years ago

did you found a solution ?

RajkiranVeldur commented 4 years ago

@ZouaghiHoussem no. Not yet.

SunshineJZJ commented 3 years ago

@RajkiranVeldur Hi; did you found a solution now?

lynnwilliam commented 1 year ago

This would require a complete retaining of the network I think.