Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 676 Bytes

File metadata and controls

12 lines (8 loc) · 676 Bytes

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