Diff of /examples/cinc17/setup.sh [000000] .. [e95d78]

Switch to unified view

a b/examples/cinc17/setup.sh
1
#!/bin/bash
2
3
url=https://www.physionet.org/challenge/2017/
4
5
mkdir data && cd data
6
7
curl -O $url/training2017.zip
8
unzip training2017.zip
9
curl -O $url/sample2017.zip
10
unzip sample2017.zip
11
curl -O $url/REFERENCE-v3.csv
12
13
cd ..
14
15
python build_datasets.py