/PictureStyleConversion

Turn photos of ordinary people into cartoon style. Based on generative Adversarial Network

Primary LanguagePython

GANimate

CycleGAN implementation which allows image-to-image translation between human faces and cartoon faces.

Dependencies

  • Python Version 3.8.5+
  • PyTorch Version 1.8.0

Instructions for Training

  • If you have not yet downloaded the data, do so by uncommenting the "Download data" portion in train.py.
  • Run train.py

TODO : add file for testing pre-existing weights.