DBraun / PyTorchTOP

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

8-bit input from TouchDesigner leads to weird outputs #1

Closed DBraun closed 3 years ago

DBraun commented 3 years ago

If the Bytesperinputchannel custom parameter is 1, and the TOPs that are wired into the custom plugin are 8-bit, then the model results look weird. For the time being, a solution is to use Resolution TOPs to convert the input textures to 32-bit RGBA and set Bytesperinputchannel to 4.

DBraun commented 3 years ago

Fixed during OpenCV update