Please answer the following questions for yourself before submitting an issue.
https://github.com/tensorflow/models/blob/master/research/object_detection/utils/ops.py
Well, I was using the same code as from the object_detection_tutorial.ipynb on Monday (May 25 2020) and it was working fine. Today (May 31 2020) when I am running the code again I am getting ModuleNotFoundError: No module named 'tf_slim'
Steps to reproduce the behavior.
A clean run of that specific cell with no issues.
No logs. Easy to reproduce.
It seems the reason is tf_slim
is not installed on colab. I tried installing it via !pip install tf_slim
manually and it worked. I will update the colab to add a cell to install tf_slim
.
this has been fixed, and the colab is moved to link.
Most helpful comment
It seems the reason is
tf_slim
is not installed on colab. I tried installing it via!pip install tf_slim
manually and it worked. I will update the colab to add a cell to installtf_slim
.