This is an implementation of the paper A Neural Algorithm of Artistic Style by Leon A. Gatys, Alexander S. Ecker, and Matthias Bethge.
First use download.sh
to download pre-trained model and sample inputs
Then run python run.py
, use -h
to see more options
It takes 30 secs for a Titan X to generate the above 600x400 image.
- The current implementation is based the torch implementation. But we may change it dramatically in the near future.