icentia-ecg icon indicating copy to clipboard operation
icentia-ecg copied to clipboard

Example

Open mnordstr opened this issue 2 years ago • 3 comments

Hi,

Is there an example somewhere on how to use the trained model to analyze a new wfdb record to get beat types as output?

Regards, Mattias

mnordstr avatar Jul 04 '23 12:07 mnordstr

No, we converted everything to wfdb after we trained the models. This notebook shows how to open the wfdb data: https://github.com/shawntan/icentia-ecg/blob/master/physionet/wfdb_data_demo.ipynb

ieee8023 avatar Jul 04 '23 23:07 ieee8023

hi , can i know which patient numbers have afib specifically

siddharth-noccarc avatar Jun 28 '24 10:06 siddharth-noccarc

I believe one way to get this is to load each patient and check if the ann.aux_note contains "(AFIB" annotations.

ieee8023 avatar Jun 28 '24 21:06 ieee8023