Hi Barracuda team,
I have successfully imported a Unet model in onnx format into Unity. How do I pass the visual observation from CameraSensor into this model, before sending the output to mlagents Python API for training and also render the output onto the CameraSensor display?
I am trying OnRenderImage to display the output but I am getting an error??? The error happens at worker.Execute(tensor);

Thanks!
