I'm trying to follow this guide to test this new algorithm: https://github.com/lalonderodney/SegCaps
I can't do it in my PC, so i'm using another server with Putty. Now I'm connected with the other server.
First of all I installed TensorFlow as indicates in the guide with : pip install -r requirements.txt
After I wrote this code: ./main.py segcaps.png in which segcaps.png is the image that i want to use
Finally I wrote python main.py --data_root_dir data that is the only required parameter with the directory containing imgs and masks folders.
Now it gives me an error: ModuleNotFoundError: No module named 'tensorflow.python.framework'
I searched it in the directory tensorflow/python/framework and it exists.
So, i don't know how to solve it. Ideas?