Transfers artistic style from one image to another. Uses the 19 layer convolutional neural network model VGG-19. Forked from MXNet Neural art.
This is an implementation of the paper A Neural Algorithm of Artistic Style by Leon A. Gatys, Alexander S. Ecker, and Matthias Bethge.
First use download.sh
to download pre-trained model and sample inputs
Then run python nstyle.py
, use -h
to see more options
Install MXNet and its requirements, then run with jupyter notebook
and open neuralart.ipynb.