An implementation of the paper Neural Algorithm of Artistic Style in Tensorflow.
Parameters | Description |
---|---|
content_image_path | path to image to learn image content |
style_image_path | path to image to learn image style |
starting_image_path | path to starting image to resume learning |
model | path to the VGG19 model |
content_weight | weight/importance given to learning content |
style_weight | weight/importance given to learning style |
iters | number of iterations |
Content Image | Style Image |
---|---|
Starting Image | Content Weight / Style Weight | Final Image |
---|---|---|
0.01 | ||
5 | ||
100 |
- Pre-trained VGG network (MD5 8ee3263992981a1d26e73b3ca028a123)
- TensorFlow
- Pillow
- NumPy
- SciPy