Skip to content

Commit 63f0549

Browse files
Update EXAMPLE.md
1 parent b28941f commit 63f0549

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/imgs/EXAMPLE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ The detail is in [inference.py](../../inference.py).
66
Download the pretrained weights from UQVIT dataset.
77
Put it in `./weights`.
88

9-
https://drive.google.com/file/d/10aYWNkgaGCz1zU6--kN3yaW6L_9BzkhQ/view?usp=sharing
9+
~~https://drive.google.com/file/d/10aYWNkgaGCz1zU6--kN3yaW6L_9BzkhQ/view?usp=sharing~~
10+
11+
(Sorry for the inconvience. The model weights are lost.)
1012

1113
```bash
1214
python3 inference.py --weights weights/model_best.pth --input example/PPG.npy
@@ -26,4 +28,4 @@ For example, if we have a PPG data which has the length of 500, we should infere
2628
## Result
2729
Simple result from ./example/PPG.npy
2830

29-
![](example.png)
31+
![](example.png)

0 commit comments

Comments
 (0)