No module named deeplab
This is because you did not add the PYTHONPATH to your ~/.bashrc
file. This can be solved by adding the following line in the end of ~/.bashrc
file.
1 | export PYTHONPATH=$PYTHONPATH: /home/jiarui/models/research/:/home/jiarui/models/research/slim |
Error when running eval.py
Error: assertion failed: [‘predictions’ out of bound]
This is usually becuase you the image sizes you set or images you read are not correct. Be sure to double check all the settings.
1 |