a simple PyTorch implementation of CartoonGAN (CVPR 2018)
The folder structure is as follows
├── data
│ ├── train # train real images
│ ├── test # test real images
│ ├── ShinKai # cartoon images
│ |── ...
│
├── outputs # generated images
│
├── main.py # training code
├── utils.py
├── config.py # some configs
python utils.py your_cartoon_image
python main.py --cartoon_name your_cartoon_image # yon can see more arguments in config.py