Available inputs:
- Electrocardiogram (ECG):
python test_SHHS.py ECG
- Abdominal respiratory effort (ABD):
python test_SHHS.py ABD
- Chest respiratory effort (CHEST):
python test_SHHS.py CHEST
- ECG + ABD:
python test_SHHS.py ECG+ABD
- ECG + CHEST:
python test_SHHS.py ECG+CHEST
The example shows how to run these models on the SHHS dataset.
Notes:
- due to github constraint, models exceeding 100MB cannot be pushed. Therefore they are split using filesplit v3.0.0.
- to get models/CNN_ECG+ABD_fold1.pth, run
cd models
, and thenpython merge_file.py CNN_ECG+ABD_fold1_to_be_merged
- to get models/CNN_ECG+CHEST_fold1.pth, run
cd models
, and thenpython merge_file.py CNN_ECG+CHEST_fold1_to_be_merged