You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, Zubair!
I would like to use deeplab on macOS Python 3.7. I have to install tensorflow v1.15 (due to deeplab compatibility problem).
I install tensorflow models and extract it to: ./PROJECT_NAME/venv/lib/python3.7/site-packages/tensorflow.
Hello, Zubair!
I would like to use deeplab on
macOS Python 3.7
. I have to installtensorflow v1.15
(due to deeplab compatibility problem).I install tensorflow models and extract it to:
./PROJECT_NAME/venv/lib/python3.7/site-packages/tensorflow
.Now, I have read in tensorflow installation guide, that I should execute in terminal:
After that I test it from the same path:
$ python deeplab/model_test.py
and it works fine:PROBLEM: So, I would like to test it in my project in path
PROJECT_NAME/main.py
simple way:and
$ python main.py
gives me:I have already tried to move deeplab model folder to
./PROJECT_NAME/
and in another way movemain.py
to deeplab folder:I'm not very familiar in python. Thanks for any information!
The text was updated successfully, but these errors were encountered: