MarekKowalski / FaceSwap

3D face swapping implemented in Python
MIT License
728 stars 207 forks source link

Face Vibrating #25

Open TDBTECHNO opened 3 years ago

TDBTECHNO commented 3 years ago

Hi, First of all great work done by you man! Hats OFF!

The point here i want to make is that when i run face swap on videos, face is kind of vibrating or moving. So i want to resolve that issue, could you please tell me how i can resolve it

Thanks in advance

MarekKowalski commented 3 years ago

Hi,

This is most likely due to the landmarks not being very stable. You can try using a different landmark detector, for example what I propose in the readme ("A faster and more stable version"). Some other landmark detectors you might want to use: OpenFace, this repo.

TDBTECHNO commented 3 years ago

Hi, I am using deep aligned network only for facial coordinates. The other issue is hat, Can you please tell me the process of eye blinking. I have removed mesh triangles from mesh.npy of eye coordinates but the issue i am facing is that it shown on the video that face has been cut because except for eye other portion of face is vibrating. It is not Can you please tell me how to recover this issue?