├── screencap.png ├── RunwayML_TD_Interface.toe └── README.md /screencap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpreid2/Touchdesigner_RunwayML/HEAD/screencap.png -------------------------------------------------------------------------------- /RunwayML_TD_Interface.toe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpreid2/Touchdesigner_RunwayML/HEAD/RunwayML_TD_Interface.toe -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Touchdesigner_Runway 2 | Toe File that demonstrates communication between [RunwayML](https://runwayml.com/) and Touchdesigner using new SocketIO DAT. 3 | 4 | #### NOTE: Rate-limiting step of speed will be the GPU you are running the machine learning model on from RunwayML. Running some of these models sometimes takes a few seconds to return a single frame. Try reducing resolution of input images or run the model locally and beef up your GPU or use a TPU :) 5 | 6 | ![Screenshot](screencap.png) 7 | --------------------------------------------------------------------------------