after following the instruction at: https://github.com/mathildor/DeepLab-v3/blob/master/g3doc/installation.md
and:
echo %PYTHONPATH%
$PYTHONPATH: 'C:\.....\tensorflow\models\research' : 'C:\.....\tensorflow\models\research\slim' "
and also after following this thread: https://github.com/tensorflow/models/issues/4364
I'm still getting the same error when trying to run the test file:
python deeplab/model_test.py
Traceback (most recent call last):
File "deeplab/model_test.py", line 21, in <module>
from deeplab import common
ModuleNotFoundError: No module named 'deeplab'
I`m stuck on this for a couple of day now, does anyone had the same problem?