From 7285739eca1c309159faf4d7b84c7e3e5814f4cf Mon Sep 17 00:00:00 2001 From: Nick Bourdakos Date: Fri, 30 Oct 2020 13:50:04 -0400 Subject: [PATCH] Update object_detection.ipynb --- object_detection.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/object_detection.ipynb b/object_detection.ipynb index 3d516b4..702611c 100644 --- a/object_detection.ipynb +++ b/object_detection.ipynb @@ -102,10 +102,11 @@ " while \"models\" in pathlib.Path.cwd().parts:\n", " os.chdir('..')\n", "elif not pathlib.Path('models').exists():\n", - " !git clone --depth 1 https://github.com/tensorflow/models\n", + " !git clone --depth 1 https://github.com/cloud-annotations/models\n", "\n", "!pip install cloud-annotations==0.0.4\n", "!pip install tf_slim\n", + "!pip install lvis\n", "!pip install --no-deps tensorflowjs==1.4.0\n", "\n", "%cd /content/models/research\n", @@ -722,4 +723,4 @@ ] } ] -} \ No newline at end of file +}