TachibanaYoshino / AnimeGANv2

[Open Source]. The improved version of AnimeGAN. Landscape photos/videos to anime
5.06k stars 709 forks source link

Can I train a Anime2Anime model? #32

Open codexq123 opened 3 years ago

codexq123 commented 3 years ago

Can I put anime images in the train_photo folder, and run the training process in order to make the origin anime images more like Hayao/Kon/Shinkai style?

I think this may work better than transferring a real-life image to an anime one. And I want to make a very significant anime-style transfer. Hope to get some advice from you. Thanks.

TachibanaYoshino commented 3 years ago

Both AnimeGAN and AnimeGANv2 can try to convert one animation to another. However, it is inevitable that the generated image will still contain the hue of the style data, because the discriminator discriminates the real style data as the real sample, including the line texture and global hue of the style data.

codexq123 commented 3 years ago

Thanks for your kind advice. How can I change the parameter, If I want a significant texture change? Actually, I am preparing another colorization AI(like SCFT) for the color problem. So don't worry about the global hue :D