mit-bih_ecg_recognition icon indicating copy to clipboard operation
mit-bih_ecg_recognition copied to clipboard

CNN and Data Type

Open MrBlackFox2001 opened this issue 2 years ago • 1 comments

Hello sir, thanks for your contribution here, I have a question for you, the MIT-BIH dataset is numerical, how did you use it as an input for the CNN, should it be data of images?

MrBlackFox2001 avatar Apr 01 '23 21:04 MrBlackFox2001

No, just a series of data points. Use wfdb to load it and convert it to a 1d numpy array, finally convert to a pytorch tensor(if using pytorch).

lxysl avatar Apr 21 '23 16:04 lxysl