Edoardo-BS commited on
Commit
d33b02b
·
verified ·
1 Parent(s): 0f01b21

Update README.md

Browse files

added clarification about input

Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -23,6 +23,9 @@ Cardio-Learning is the name we gave to the union of several 12-lead ECG datasets
23
  This dataset, counting 2.4 million ECGs from millions of patients in 4 countries, encompasses 164 different heart-related conditions for which the ECG is either the primary or a supportive diagnostic tool, or is used to estimate the risk of future adverse cardiovascular events.
24
 
25
  ## Usage
 
 
 
26
  ```python
27
  import torch
28
  from hubert_ecg import HuBERTECG
 
23
  This dataset, counting 2.4 million ECGs from millions of patients in 4 countries, encompasses 164 different heart-related conditions for which the ECG is either the primary or a supportive diagnostic tool, or is used to estimate the risk of future adverse cardiovascular events.
24
 
25
  ## Usage
26
+
27
+ **Input signals must be 5-second 12-lead ECGs sampled at 100 HZ**
28
+
29
  ```python
30
  import torch
31
  from hubert_ecg import HuBERTECG