Coder Social home page Coder Social logo

deepdreamer-touchdesigner's Introduction

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.

deepdreamer-touchdesigner's People

Contributors

aledel avatar

Watchers

James Cloos avatar eric o avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.