Based off the Tensorflow implementation here: https://github.com/ckmarkoh/neuralart_tensorflow of "A Neural Algorithm of Artistic Style" published here: http://arxiv.org/abs/1508.06576
The saved weights for the pretrained VGG-19 model are accessed from a Matlab .mat file here: http://www.vlfeat.org/matconvnet/models/imagenet-vgg-verydeep-19.mat
The first image will be the training image for the neural net, the second image is the morphed version of the original image taken from the feature map of the neural net.






