pkhungurn / talking-head-anime-3-demo

Demo Programs for the "Talking Head(?) Anime from a Single Image 3: Now the Body Too" Project
http://pkhungurn.github.io/talking-head-anime-3/
MIT License
934 stars 99 forks source link

Fail to work on common picture #13

Closed Mrw33554432 closed 1 year ago

Mrw33554432 commented 1 year ago

I tried several times with images that were not from the data folder, and they were turned into a mess every single time. I also tried some vtuber images from google that are quite simple, but none of them works correctly. Feel like an underfitting/overfitting issue. And yes, they work perfectly for those images from the data folder.

Mrw33554432 commented 1 year ago

I even manually added hands and legs to some of them but still failed to make it. de2cfe5-a554e7d6-f204-434a-ae3a-236e58c73bf2 u2 My project (2)

Mrw33554432 commented 1 year ago

some of the pictures I uploaded here is not the modified version, but the modified versions also fail to work

Fruitpex commented 1 year ago

I tried the third image and it worked fine for me. Did you set it as 512x512 and make the background transparent?

Mrw33554432 commented 1 year ago

I tried the third image and it worked fine for me. Did you set it as 512x512 and make the background transparent? I think I did, but I will retry it later!

dragonmeteor commented 1 year ago

Please refer to the constraints on the images here. The most important constraint is that it must have an alpha channel, and, as Fruitpex said, the background must be transparent. The first image will not work well because the character is not front facing. https://github.com/pkhungurn/talking-head-anime-3-demo#contraints-on-input-images

Mrw33554432 commented 1 year ago

Please refer to the constraints on the images here. The most important constraint is that it must have an alpha channel, and, as Fruitpex said, the background must be transparent. The first image will not work well because the character is not front facing. https://github.com/pkhungurn/talking-head-anime-3-demo#contraints-on-input-images

You are right, I made a stupid mistake that I was too concentrated on the ratio between body parts but forgot to remove the white background. Sorry!