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.5k stars 3.21k forks source link

Can head turning be disabled? #321

Open MiloMindbender opened 3 years ago

MiloMindbender commented 3 years ago

I am wondering if it is possible to transfer all the face motion to the destination but NOT the turning of the head. That is, the result video would always be looking straight ahead regardless of what the driver is doing.

The application would be to use the output as a projected texture map on a 3d model with a blank face.

For this to work, the output images need to stay stationary with only interior parts of the face (including the chin) moving.

AliaksandrSiarohin commented 3 years ago

I guess you can try to take the movement of keypoint that is responsible for entire head and subtract this movement from all the other movements.