Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,7 @@ To ensure compatibility, PPG signals should be preprocessed and formatted in the
|
|
24 |
```python
|
25 |
import json
|
26 |
import torch
|
|
|
27 |
from net1d import Net1D
|
28 |
|
29 |
# Function to normalize PPG data (Z-score along the last dimension)
|
|
|
24 |
```python
|
25 |
import json
|
26 |
import torch
|
27 |
+
import numpy as np
|
28 |
from net1d import Net1D
|
29 |
|
30 |
# Function to normalize PPG data (Z-score along the last dimension)
|