|
8 | 8 | "source": [ |
9 | 9 | "%%bash\n", |
10 | 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" |
| 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" |
13 | 16 | ] |
14 | 17 | }, |
15 | 18 | { |
|
0 commit comments