leongatys-PytorchNeuralStyleTransfer

0

Описание

Implementation of Neural Style Transfer in Pytorch

Языки

  • Jupyter Notebook100%
README.md

PytorchNeuralStyleTransfer

Code to run Neural Style Transfer from our paper Image Style Transfer Using Convolutional Neural Networks.

Also includes coarse-to-fine high-resolution from our paper Controlling Perceptual Factors in Neural Style Transfer.

To run the code you need to get the pytorch VGG19-Model from Simonyan and Zisserman, 2014 by running:

sh download_models.sh

Everything else is in the IPythonNotebook

NeuralStyleTransfer.ipynb

Have fun :-)