Skip to content

ftokarev/caffe-neural-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Style

Setup

  1. Build a modified version of Caffe, which provides:

    • Gram layer
    • Total Variation Loss layer
    • L-BFGS solver
  2. Install python dependencies:

    pip install -r requirements.txt

  3. Get the VGG model:

    cd vgg; ./get_model.sh

About

Caffe implementation of the paper "A Neural Algorithm of Artistic Style" by Leon A. Gatys, Alexander S. Ecker, and Matthias Bethge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published