patrikhuber / 4dface

Real-time 3D face tracking and reconstruction from 2D video
https://www.4dface.io
Apache License 2.0
793 stars 248 forks source link

dlib landmarks failed under big face angle towards camera #39

Closed jjjjohnson closed 6 years ago

jjjjohnson commented 6 years ago

Hi @patrikhuber I noticed the shape predictor cannot output landmark failed under big face angle towards camera. Does it work as intended? If so, is there any way to fix it? PS I used mtcnn(https://github.com/jjjjohnson/MTCNN_face_detection_alignment) as face detector and dlib.shape_predictor to output the landmarks.

Thanks a lot! jj jj2

patrikhuber commented 6 years ago

I used mtcnn(https://github.com/jjjjohnson/MTCNN_face_detection_alignment) as face detector and dlib.shape_predictor to output the landmarks.

So you are saying the dlib landmarks don't work too well for you in large poses? I think you should ask this on the dlib forums? Or what does it have to do with 4dface?

jjjjohnson commented 6 years ago

Yes. @patrikhuber Thanks for the clear up. I will ask the dlib landmarks form. Thanks