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.
Added a google colab notebook for those who don't have GPU
The notebook contains a bash script that will download all the assets in the playground machine.
It uses tensorflow 1.15 because only CUDA 10 is installed on the playground machine.
The repo that is cloned is from https://github.com/Quentin-M/AnimeGAN.git since he fixed some of the deprecation issues with tensorflow and removed the CUDA env variable
Added a google colab notebook for those who don't have GPU
The notebook contains a bash script that will download all the assets in the playground machine. It uses tensorflow 1.15 because only CUDA 10 is installed on the playground machine. The repo that is cloned is from https://github.com/Quentin-M/AnimeGAN.git since he fixed some of the deprecation issues with tensorflow and removed the CUDA env variable