Skip to content

Commit

Permalink
Update EXAMPLE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
james77777778 authored Apr 26, 2023
1 parent b28941f commit 63f0549
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/imgs/EXAMPLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ The detail is in [inference.py](../../inference.py).
Download the pretrained weights from UQVIT dataset.
Put it in `./weights`.

https://drive.google.com/file/d/10aYWNkgaGCz1zU6--kN3yaW6L_9BzkhQ/view?usp=sharing
~~https://drive.google.com/file/d/10aYWNkgaGCz1zU6--kN3yaW6L_9BzkhQ/view?usp=sharing~~

(Sorry for the inconvience. The model weights are lost.)

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

![](example.png)
![](example.png)

0 comments on commit 63f0549

Please sign in to comment.