niekverw / Deep-Learning-Based-ECG-Annotator

Annotation of ECG signals using deep learning, tensorflow’ Keras
146 stars 49 forks source link

wget #1

Open oneOfThePeople opened 6 years ago

oneOfThePeople commented 6 years ago

In your code you use ".q1c" ".dat" file but your download line just download ".hea" file....

its mistake or there good reason? thank you

niekverw commented 6 years ago

Hi,

You are right, it needs the q1c, hea and dat files. I think I copied the wrong line in my history, I can’t find the one but this should download all the files on the website: wget -r -l1 --no-parent https://physionet.org/physiobank/database/qtdb/ Hope this helps. best, Niek

On Jan 18, 2018, at 2:17 PM, oneOfThePeople notifications@github.com wrote:

In your code you use ".q1c" ".dat" file but your download line just download ".hea" file....

its mistake or there good reason? thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/niekverw/Deep-Learning-Based-ECG-Annotator/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AK9eRWttypBWv50tekBlj3_n7-PHsw2_ks5tL0RLgaJpZM4Ri56s.

oneOfThePeople commented 6 years ago

thank a lot