pkhungurn / talking-head-anime-demo

Demo for the "Talking Head Anime from a Single Image."

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shoulder Movements

t-qureshi opened this issue · comments

Hye ,@dragonmeteor @sheiun,
First of All thanks for this great work. Its results are really good. I just want to move the shoulder as well . Kindly guide me how i can achieve this thing.

Unfortunately, the current model cannot move shoulders because it was not trained to do so. You'd have to create a new model or use other types of image processing techniques.

If it were me, I would go with the "new model" path and create a new model that takes a larger image contains the whole upper body. I would then generate a new dataset that contains upper body movement. (I'm not sure how to do this because I don't yet know how to control shoulders.) Then I would train the new model on the new dataset and iterate on the architecture.

For other image processing techniques, I have no idea. You have to do your own research.