Yinghao-Li / 3DMM-fitting

Fit 3DMM to front and side face images simultaneously.
216 stars 53 forks source link

How can I get 26 keypoints from profile face image automatically? #5

Open jackspiderman opened 4 years ago

jackspiderman commented 4 years ago

I am attracted by this project. After reproducing it, I do feel the result is good. But I am a little bit sad that I have to generate 26 points manually for profile face. Is there any easier way to fix the trivial works problem? I would be very glad if anybody can give me some help.

Yinghao-Li commented 4 years ago

Sorry for the late response. I do realized an automatic landmark detection model (see "landmark regression" section in ReadMe). But it is trained on a very limited dataset and has poor accuracy when out of scope images are provided.

Of course, you can train that AAM model with you own data. Also, there are more advanced deep learning networks that achieve higher accuracy, but the bottleneck is always the training data.