ECG Dataset

This repository is used to store publicly available ECG datasets and you can download the ECG data you need to train the neural network through this repository.

Included datasets

The repository currently shares the CPSC-2018 ECG dataset that has been downsampled to 250Hz with the multi-label data removed, if you need the original unprocessed dataset you can download it from the CPSC website.

Format of stored datasets

To control the size of individual files within the relevant limits, we compress the dataset as a set of split files with individual file sizes not exceeding 20MB.

How to download the dataset?

You can run 'git clone https://github.com/cf-pages/ecg.git' to download the hole repository or use the web service provided by Cloudflare Pages for Https download when you do not have git installed.

How to download the CPSC-2018 ECG dataset by using http?

Open the url https://ecg.pages.dev/cpsc-2018.z01 to download the first partition file, https://ecg.pages.dev/cpsc-2018.z02 for the second partition file,https://ecg.pages.dev/cpsc-2018.z03 for the third, etc. The last partition file is "cpsc-2018.z65" and do not forget to download https://ecg.pages.dev/cpsc-2018.zip . Note: You need to download all the partition files before you unzip.

Have question?

Please open an issue to let me know.