AliaksandrSiarohin / first-order-model

This repository contains the source code for the paper First Order Motion Model for Image Animation
https://aliaksandrsiarohin.github.io/first-order-model-website/
MIT License
14.49k stars 3.21k forks source link

How to animate just the face in a larger image? #335

Open MiloMindbender opened 3 years ago

MiloMindbender commented 3 years ago

Is there any technique for animating just the face in a larger source image? That is, the driving video would be 256x256, the face in the source image would fit in a 256x256 space but the entire source image would be bigger? See attached image where the face is a 256x256 area in a larger image.

sample

I could extract the face into a 256x256 image, do the animation and then composite the output video and original image in a video editing package. But it would be nice if there was a way for the algorithm to find just the keypoints for the face in a larger image and animate just the face area directly.

AliaksandrSiarohin commented 3 years ago

The way is the one you described, yes it would be nice however it will require different algorithm.