We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af4ca0 commit 860c854Copy full SHA for 860c854
notebooks/DemoSegmenter.ipynb
@@ -8,8 +8,11 @@
8
"source": [
9
"%%bash\n",
10
"!(stat -t /usr/local/lib/*/dist-packages/google/colab > /dev/null 2>&1) && exit \n",
11
- "git clone -b tutorial https://github.com/davidbau/semantic-segmentation-pytorch.git seg_code 2>> install.log\n",
12
- "DOWNLOAD_ONLY=1 /content/seg_code/demo_test.sh"
+ "pip install yacs 2>> install.log\n",
+ "git init 2>> install.log\n",
13
+ "git remote add origin https://github.com/davidbau/semantic-segmentation-pytorch.git 2>> install.log\n",
14
+ "git pull origin tutorial 2>> install.log\n",
15
+ "DOWNLOAD_ONLY=1 ./demo_test.sh 2>> install.log"
16
]
17
},
18
{
0 commit comments