Skip to content

bapoczos/StyleTransfer-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Style Transfer

Style Transfer with keras and tensorflow

Based on: https://github.com/simulacre7/tensorflow-IPythonNotebook/tree/master/neural-style

neural style

An implementation of neural style written in TensorFlow with IPythonNotebook.

Examples

These were the input images used :

input-content

input-style

This is the output produced by the algorithm: output

Details

TensorFlow doesn't support L-BFGS which is the original authors used. So we use Adam. This may require a little bit more hyperparameter tuning to get nice results.

you can get Pre-trained VGG network by

wget http://www.vlfeat.org/matconvnet/models/beta16/imagenet-vgg-verydeep-19.mat

reference

A Neural Algorithm of Artistic Style (Leon A. Gatys, et al.)

Exploring the Neural Algorithm of Artistic Style (Yaroslav Nikulin, et al)

About

Style Transfer with keras and tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published