Fabian-Sc85 / non-invasive-bp-estimation-using-deep-learning

Assessment of non-invasive blood pressure prediction from PPG and rPPG signals using deep learning
GNU General Public License v3.0
151 stars 36 forks source link

What does predict mean by returning three parameters #25

Open zj2050 opened 1 year ago

zj2050 commented 1 year ago

Hi,thanks for great work! @Fabian-Sc85 when call result = model.predict() will return a result like : capture111

DP = result[0][0], but what's another values result[0][1] and result[0][2] mean?

thanks