MishalJasmine
MishalJasmine
I think I understand.. let me check that out..
I tried creating a annotation file locally. These labels are not custom labels. The labels that I have used are N, S, F , Q and V which are included...
label and qrs is the output of my model. It is basically a list of all the symbols and the indices of the QRS peaks that I need to add...
> Traceback (most recent call last): File "internalTesting.py", line 18, in main() File "internalTesting.py", line 14, in main localfunction(sys.argv[1].lower(), sys.argv[2]) File "/home/xxxx/GitHub/patch_python/local_test_scripts/internalTesting/qrsanalysis/databaseLocal.py", line 310, in localfunction wfdb.wrann(record_name= recordlist[i], extension='atr',sample =...
@m0bi5 I oberserved two things, 1) First we need to classify annotations as beat and non-beat annotations. The annotations classified as beat annotations, need to be passed to the `compute_hr`....