Skip to content

Latest commit

 

History

History
 
 

05_Stylenet_NeuralStyle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Stylenet / Neural-Style

The purpose of this script is to illustrate how to do stylenet in TensorFlow. We reference the following paper for this algorithm.

Prerequisites

  • Download the VGG-verydeep-19.mat file here.
  • You must download two images, a style image and a content image for the algorithm to blend. (Image links are to the images used in the book.)

The algorithm will output temporary images during training.

Stylenet Example