Awesome
fast-neural-style-keras
This is a fast neural style transfer implement with Keras 2(Tensorflow backend). More detail please refer to Perceptual Losses for Real-Time Style Transfer and Super-Resolution
How to use
There are some pretrained models in pretrained/ So you can use below command to transform your image.
python transform.py -i image/content/101.jpg -s la_muse -b 0.1 -o out
Some Examples
<img src="images/content/101.jpg" width="50%"><img src="images/content/tubingen.jpg" width="50%"> <img src="images/generated/des_glaneuses_101_output.png" width="50%"><img src="images/generated/des_glaneuses_tubingen_output.png" width="50%"> <img src="images/generated/starry_output.png" width="50%"><img src="images/generated/la_muse_tubingen_output.png" width="50%"> <img src="images/generated/wave_crop_output.png">