TachibanaYoshino / AnimeGAN

A Tensorflow implementation of AnimeGAN for fast photo animation ! This is the Open source of the paper 「AnimeGAN: a novel lightweight GAN for photo animation」, which uses the GAN framwork to transform real-world photos into anime images.
4.49k stars 660 forks source link

Can preserve the original colors rather than apply anime colors? #52

Open redna11 opened 3 years ago

redna11 commented 3 years ago

Hello

I would like to know if it possible to adjust the config so as to retain full the original colors, so that just the texture changes.

Thanks

TachibanaYoshino commented 3 years ago

AnimeGAN judges the real original color animation picture as true in the discriminator, which means that the image generated by the generator not only has the style of anime texture, but also the style of anime tones. In the AnimeGANv3 version, we will provide a stylized model that retains the original image tone, which only contains the texture style of real anime.