object_detection_demo icon indicating copy to clipboard operation
object_detection_demo copied to clipboard

master branch of tensorflow/models doesn't have slim

Open maxpaynestory opened this issue 4 years ago • 1 comments

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 ../..

maxpaynestory avatar Nov 11 '20 11:11 maxpaynestory

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

estasney avatar Nov 15 '20 05:11 estasney