File size: 608 Bytes
c64dfa4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
echo -e "Downloading experiments_recons!"
gdown --fuzzy https://drive.google.com/file/d/15zFDitcOLhjbQ0CaOoM-QNKQUeyJw-Om/view?usp=sharing
unzip experiments_recons.zip

echo -e "Downloading experiments_t2m!"
gdown --fuzzy https://drive.google.com/file/d/1U7homKobR2gaDLfL5flS3N0g7e0a_AQd/view?usp=sharing
unzip experiments_t2m.zip

echo -e "Downloading experiments_control!"
gdown --fuzzy https://drive.google.com/file/d/1o6oFdH5dgQJNB5J2rDGKCMw3FDr9gUkW/view?usp=sharing
unzip experiments_control.zip

rm experiments_recons.zip
rm experiments_t2m.zip
rm experiments_control.zip

echo -e "Downloading done!"