dsanno / chainer-neural-style

implementation of neural style using Chainer
Other
18 stars 6 forks source link

Chainer implementation of style transfer using neural network

Implementation of

Requirements

Usage

Download VGG 16 layers caffe model

Convert caffemodel to chainer model

$ python src/create_chainer_model.py

Transfer image style using "A Neural Algorithm of Artistic Style"

$ python src/run.py -c content_image.png -s style_image.png -o out_dir -g 0

Options:

Transfer image style using Markov Random Fields algorithm

$ python src/run_mrf.py -c content_image.png -s style_image.png -o out_dir -g 0

Options:

License

MIT License