Skip to content

Latest commit

 

History

History
 
 

neural-style

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Neural art

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

How to use

First use download.sh to download pre-trained model and sample inputs

Then run python run.py, use -h to see more options

Sample results

It takes 30 secs for a Titan X to generate the above 600x400 image.

Note

  • The current implementation is based the torch implementation. But we may change it dramatically in the near future.