- refer to blog for more info: seuphor's blog
Base Image / Style Image:
Stylized Images:
- Download the VGG-19 model weights (see the "VGG-VD models from the Very Deep Convolutional Networks for Large-Scale Visual Recognition project" section).
- Copy the weights file
imagenet-vgg-verydeep-19.mat
to the project directory.
The implementation is based on the projects:
- A Neural Algorithm of Artistic Style by Leon A. Gatys et al.
- Python implementation 'neural-style' by Siraj