DBraun / PyTorchTOP

GPU PyTorch TOP in TouchDesigner with CUDA-enabled OpenCV
Other
77 stars 5 forks source link

No output in TouchDesigner #8

Closed launchd closed 3 years ago

launchd commented 3 years ago

I'm unable to get matting to work in TouchDesigner, despite everything running smoothly. I've checked Touch for errors, added the .dll to plugins, and downloaded the models. I've added the freeze frame to perform the matte as well, but I feel like I'm missing something.

Is there anything else I should check? td

DBraun commented 3 years ago

Look for the “Unload plugin” parameter on the C++TOP. I keep that toggle parameter on so that I can make changes to the network before loading the plugin. Toggle it off to load the plugin.

launchd commented 3 years ago

Thank you, problem solved!