Reputation: 1306
I have an image of a face, facial landmark positions of it:
And another image with the landmarks at other positions:
I need to stretch the first image by "dragging" the landmarks to the new positions which are in the second image, in Python (I'm trying to create a very basic deepfake).
How can I implement this? (I have the exact position of the landmarks)
I searched a lot in Google but haven't found any result, so I hoped someone here can help me.
Upvotes: 0
Views: 189