Deep dream with caffe and Touchdesigner
- python 3.3.5 I use "anaconda" to be sure I have the most dependencies.
- gpu CUDA
Install anaconda or miniconda create a new environment called py33.
conda create -n py33 anaconda python=3.3.*
conda info --envs
activate py33
Ensure that there is the correct path in the system environment variable "path". path\to\anaconda\envs\py33 and path\to\anaconda\envs\py33\scripts
Install protobuf
pip install protobuf
make accesible caffe module folder to python. you only need to add the path from the folder "pythonCaffe" to the system variable "PYTHONPATH"
- in preferences, Python module path add path to path/to/Anaconda/envs/py33/Lib/site-packages.
- Touchdesigner 088 use numpy 7 but caffe need version 9
- delete or move old numpy check C:\Program Files\Derivative\TouchDesigner088\bin\Lib\site-packages folder.