Skip to content

Commit

Permalink
Update object_detection.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
bourdakos1 committed Oct 30, 2020
1 parent d23fac6 commit 7285739
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions object_detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -722,4 +723,4 @@
]
}
]
}
}

0 comments on commit 7285739

Please sign in to comment.