SETUP for STYLE-TRANSFER on WINDOWS 7 / 151231 https://github.com/fzliu/style-transfer
-
Install current NVidia drivers.
-
Install CUDA 7.0. Choose only the CUDA Toolkit; you don't need the Samples and the drivers are outdated.
-
Install Anaconda. Defaults are fine.
-
Install these modules for Anaconda (or use local versions): conda install -c https://conda.binstar.org/dhirschfeld protobuf conda install progressbar
-
Copy caffe into: PATH_TO_ANACONDA\Lib\site-packages
-
Add: PATH_TO_ANACONDA\Lib\site-packages\caffe ...to your Path
-
Extract OpenCV and place it wherever you want.
-
Add: PATH_TO_OPENCV\build\bin ...to your Path.
-
Copy: PATH_TO_OPENCV\build\python\2.7\x64\cv2.pyd ...to: PATH_TO_ANACONDA\Lib\site-packages
-
Download the models listed in: PATH_TO_NEURAL-STYLE\scripts\download_models.sh ...and place them in the required locations (or use local versions).
-
You should now be able to run Neural-Style.