I've trained a CNN model on python using Tensorflow, and I plan to use the model in a Unity project (which uses C#).
I guess it's possible to run the python script using IronPython, but does it require the user of the Unity game to have installed Tensorflow? And what about packaging the game for mobile devices (Android)?
Or do I have to instead write a function or something to simulate the process of CNN myself? What would be a simpler way to do this?