This is an unofficial PyTorch implementation of paper A Closed-form Solution to Universal Style Transfer - ICCV 2019
Comparison with other methods:
-
Install packages
pip install -r requirements.txt
-
Download model weights and extract archive into
models/
folder
You can test model in demo.ipynb or use a script:
python test.py --content=content/brad_pitt.jpg --style=style/picasso_self_portrait.jpg