ngonthier / Style-Transfer

This project try to better understand the power of the Gatys and al. texture synthesis algorithm by using news kind of cost function.

Repository from Github https://github.comngonthier/Style-TransferRepository from Github https://github.comngonthier/Style-Transfer

Style-Transfer

This project implement with Tensorflow the Gatys Style Transfer algorithm. This code can also be used for Texture generation in order to test new kind of loss function. It is the projet for my master degree internship.

This code is inspired from :

Requirement

Tensorflow >= 1.2

VGG19 CNN weight (It can be downloaded here : http://www.vlfeat.org/matconvnet/models/imagenet-vgg-verydeep-19.mat)

About

This project try to better understand the power of the Gatys and al. texture synthesis algorithm by using news kind of cost function.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%