This is the Pytorch implementation of [Zero Shot Linear Style Transfer].
- Pytorch
- torchvision
- Pretrained encoder and decoder models for image reconstruction only (download and uncompress them under models/)
- CUDA + CuDNN
Simply put content and image pairs in images/content
and images/style
respectively. Note that correspoding conternt and image pairs should have same names.
python WCT.py --cuda
waiting
Many thanks to the code from Xueting Li.
Li Y, Fang C, Yang J, et al. Universal Style Transfer via Feature Transforms[J]. arXiv preprint arXiv:1705.08086, 2017.