To run this program you need to have:
- Tensorflow installed in your computer, you can follow this instruction:https://www.tensorflow.org/install/
- python 3 installed in your computer
- A pretrained VGG-19 model weight file named: imagenet-vgg-verydeep-19.mat Path should be :./model/imagenet-vgg-verydeep-19.mat You can download it here: http://www.vlfeat.org/matconvnet/models/beta16/imagenet-vgg-verydeep-19.mat
- Some style images and content images in folder ./img/
- To run, type command: python main.py
- The generating step takes 15 mins. Please wait with patience.