Skip to content

Commit 860c854

Browse files
committed
Update with yacs dependency.
1 parent 5af4ca0 commit 860c854

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

notebooks/DemoSegmenter.ipynb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
"source": [
99
"%%bash\n",
1010
"!(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"
11+
"pip install yacs 2>> install.log\n",
12+
"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"
1316
]
1417
},
1518
{

0 commit comments

Comments
 (0)