File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pip install scikit-image
1717```
1818
1919## Step 1: Download pretrained model and dataset
20- Makesure to install curl ``` $ apt-get install curl ``` and unzip ``` $ apt-get install unzip ```
20+ Make sure to install wget ``` $ apt-get install wget ``` and unzip ``` $ apt-get install unzip ```
2121``` angular2html
2222source download.sh
2323download_dataset
Original file line number Diff line number Diff line change 11download_dataset (){
22 (
33 cd ' data'
4- curl https://www.dropbox.com/s/xtyotb99gqb72xp/virdo_simul_dataset.pickle? dl=0 -L -O -J
5- unzip -o data.zip virdo_simul_dataset.pickle
4+ wget https://www.dropbox.com/s/xtyotb99gqb72xp/virdo_simul_dataset.pickle
65 )
76}
87
98download_pretrained (){
109 (
1110 cd ' pretrained_model'
12- curl https://www.dropbox.com/sh/s1r9gxd9dz4wdkk/AADK6mHvrPtFYo_xD4EmZZdda ? dl=0 -L -O -J
11+ wget https://www.dropbox.com/s/7h2sqc6ouzlk94y/pretrained_model.zip
1312 unzip -o pretrained_model.zip
1413 )
1514}
You can’t perform that action at this time.
0 commit comments