szad670401 / HyperLandmark

Deep Learning Based Free Mobile Real-Time Face Landmark Detector. Contact:jack-yu-business@foxmail.com
Apache License 2.0
1.68k stars 521 forks source link

What kind of method to achieve landmark stabilization? #72

Closed John1231983 closed 4 years ago

John1231983 commented 4 years ago

Thanks for sharing it. I run your code with pfld ported from tensorflow code and the landmark results in unstable although the face is not moving. Could you suggest the solution/method to fix it? your method provides the landmark stabilization.

panda-lab commented 4 years ago

you can reference SDM algorithm (https://github.com/chengzhengxin/sdm).

John1231983 commented 4 years ago

@lsy17096535 : So given a landmark points (106) predicted from PFLD model, you will feed it to SDM model to obtain a stable landmark. Is it right? The pipeline will be

input image --> PFLD --> 106 points --> SDM-->106 points