yinguobing / cnn-facial-landmark

Training code for facial landmark detection based on deep convolutional neural network.
MIT License
623 stars 183 forks source link

Face detection problem in Face marks project #89

Open abdou31 opened 4 years ago

abdou31 commented 4 years ago

Hello Yin, Firstly , I would like to thank you for your great repositories , I have tested the face marks project to detect the eye key points, it works fine. But there is a problem ( issue ) with face detection. I have read your deep learning stories and I see that you have mentioned the problem ( issue ) of the face detection: " but since the matching face detection module has not been transplanted together, it is necessary to manually place the face area in the detection frame "

I would like to know why should I manually placed the face in the box to get a prediction of eye landmarks? Did you fix this issue? Is this bug related to the iPhone version?