MikhailMurashov / ecgGAN

LSTM-GAN for generate plausible ECG signals
90 stars 26 forks source link

Wasn't this supposed to generate 12 lead ECG? #4

Open ioanacretu97 opened 2 years ago

ioanacretu97 commented 2 years ago

Looking at the Generator I can see that you are using 12-lead signals as input (100x12). However, the output is a one-dimensional signal of 400x1. Can you please explain why is that? Wasn't the goal the generation of multi signal? I am trying to generate 12-leads and found this project interesting. Thank you for publishing it!

MikhailMurashov commented 2 years ago

Hi! Sorry, actually I can't remember why I leaved input 100x12. But I did not succeed to create GAN with 12-leads output. So I decided to generate only one heart beat. Maybe you can to improve that :)

Qxha commented 2 years ago

Hi, I am trying to generate 12-leads ECG. Please tell me something about your process! Thank you very much!

ioanacretu97 commented 2 years ago

@Qxha I will publish a paper on it soon so please follow my profile (although I know I have nothing on it yet but plan to publish that code). I can't give too much info at the moment. Sorry