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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can preserve the original colors rather than apply anime colors?

redna11 opened this issue · comments

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

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.