Jiarui's Blog.

Training on Deeplab FAQ

2018/05/15 Share

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
2


CATALOG
  1. 1. No module named deeplab
  2. 2. Error when running eval.py