From 63f054905c112dd75470424d2137347f3cf855d0 Mon Sep 17 00:00:00 2001 From: HongYu <20734616+james77777778@users.noreply.github.com> Date: Wed, 26 Apr 2023 21:28:02 +0800 Subject: [PATCH] Update EXAMPLE.md --- doc/imgs/EXAMPLE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/imgs/EXAMPLE.md b/doc/imgs/EXAMPLE.md index 74e3802..479d81e 100644 --- a/doc/imgs/EXAMPLE.md +++ b/doc/imgs/EXAMPLE.md @@ -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 @@ -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) \ No newline at end of file +![](example.png)