Implementation of A Neural Algorithm of Artistic Style by Tensorflow.
-
Download Python2
-
Download imagenet-vgg-verydeep-19.mat https://drive.google.com/file/d/0B8QJdgMvQDrVU2cyZjFKU1RrLUU/view?usp=sharing and put imagenet-vgg-verydeep-19.mat in the same dir with main.py
-
run
pip install keras
pip uninstall scipy
pip install scipy==1.2.1
pip install imageio==2.6.1