Hello,
I am making a new python module in the camera, and want to use certain tensorflow functions. I tried importing tensorflow at the top of the python module, but it gives me an error that says "No module named 'tensorflow' ". I saw that there are a couple tensorflow modules on the camera already, but they are programmed in C++. Basically, I'm just wondering if it's possible to use tensorflow from within a python module on this camera.