Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.23 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.23 KB

deepdreamer-touchdesigner 088

Deep dream with caffe and Touchdesigner

CaptureDream

Requirements

  • python 3.3.5 I use "anaconda" to be sure I have the most dependencies.
  • gpu CUDA

Setup python with Anaconda

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

Install caffe module

make accesible caffe module folder to python. you only need to add the path from the folder "pythonCaffe" to the system variable "PYTHONPATH"

Config Touchdesigner 088

  • 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.