CVxTz / ECG_Heartbeat_Classification

CNN for heartbeat classification
MIT License
153 stars 50 forks source link

How do I test singal ECG signal in CSV file format after generating the model? #2

Closed karimkhanp closed 5 years ago

karimkhanp commented 5 years ago

I installed required dependencies and run the code.

But I could not figure out how to test singal csv signal I have.

CVxTz commented 5 years ago

Sorry to hear that. What do you expect by opening this issue ?

karimkhanp commented 5 years ago

I have a patient's ECG signal in CSV form. I want to test it using your model. So wanted to know how can I test it. I have generated the model using your code but not sure how to test it on my data(csv file)

CVxTz commented 5 years ago

I understand that. I don't know how your csv looks like, so I would not be able to help you. In this repo I worked with pre-processed individual heartbeats, I don't know how the pre-processing was performed. Best,

Le jeu. 14 nov. 2019 à 15:55, Karimkhan notifications@github.com a écrit :

I have a patient's ECG signal in CSV form. I want to test it using your model. So wanted to know how can I test it. I have generated the model using your code but not sure how to test it on my data(csv file)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/CVxTz/ECG_Heartbeat_Classification/issues/2?email_source=notifications&email_token=ADHK6LBWEUNYMBJSKVNP5U3QTVRFZA5CNFSM4JNJDVZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEECDFJI#issuecomment-553923237, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADHK6LGLE2YCACWYEJ7YLUTQTVRFZANCNFSM4JNJDVZQ .

karimkhanp commented 5 years ago

okay, Thanks for your reply @CVxTz