TheFoundryVisionmongers / nuke-ML-server

A Nuke client plug-in which connects to a Python server to allow Machine Learning inference in Nuke.
Apache License 2.0
134 stars 36 forks source link

allow varying size inputs, with varying size channels #31

Open fdan opened 2 years ago

fdan commented 2 years ago

This change addresses a todo item outlined in MLClient.cpp:

// Parse image. TODO: Check for multiple inputs, different channel size

The previous code enforced a single format on all inputs. I needed to make this change in my own fork and thought I'd submit it to Foundry for comment.