This is yet another implemntation of A Neural Algorithm of Artistic Style (https://arxiv.org/abs/1508.06576).
Fast methods like texture nets and other will be implimented later
Intially it bases on https://github.com/Lasagne/Recipes/blob/master/examples/styletransfer/ [1]
Key features are following:
-
Instead vgg based content loss Frabnius norm of difference beween images was used.
-
Optimization by adam gradient decent.
-
Special constraint on rgb colors (gray scale only option)