/StyleTransferPytorch

Style Transfer playground using Pytorch.

Primary LanguagePython

Style Transfer with Pytorch

Style Transfer playground using Pytorch. Basic implementation of the paper Image Style Transfer Using Convolutional Neural Networks, inspired by the authors' code.

Usage

First, download the weights of the VGG-19 model used by the authors here. Then, simply run python main.py. You can change the parameters in the file config.py.

Example

Content image: Content

Style image: Style

output image: Output