object_detection_demo
object_detection_demo copied to clipboard
master branch of tensorflow/models doesn't have slim
Kindly fix your jupyter notebook tensorflow_object_detection_training_colab.ipynb
After
!git clone --quiet https://github.com/tensorflow/models.git
do
%cd /content/models
!git checkout r1.13.0
%cd ../..
I also needed to add
%tensorflow_version 1.x
At the top of the notebook. Otherwise slim
is found but contrib
is not as the installed version of tensorflow
was 2.3.0