Closed gohjiayi closed 1 year ago
Hi, thanks for your interest. The description is indeed a bit misleading. PPG and BP data are only neccessary for finetuning the networks. During prediction, you only need to present (r)PPG data. You just need to use the model.predict()
to predict BP based on your signals.
Hi there, thank you for making your codes open-sourced.
Referring to the Using the pretrained models section in README, you mentioned the following:
I am intending to use the model for predictions with my own rPPG or PPG data. However, should SBP and DBP be provided given that they are supposed to be the predicted output values? Also, do you have any additional insights on how I might be able to do so with my own data?