[bbafc7]: / ecg / examples / cinc17 / setup.sh

Download this file

16 lines (10 with data), 270 Bytes

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