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 +}