AleDel / deepdreamer-touchdesigner

Deep dream with caffe and Touchdesigner
58 stars 13 forks source link

deepdreamer-touchdesigner 088

Deep dream with caffe and Touchdesigner

CaptureDream

Requirements

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