frederic-bousefsaf / ippg-3dcnn

MIT License
32 stars 6 forks source link

can not find model file in predict folder #3

Open mohammadian-amin opened 3 years ago

mohammadian-amin commented 3 years ago

Hi

Thank you for making the code publicly available!

I can not find model_conv3D.json and weights_conv3D.h5 in predict folder !

Please advise me !

frederic-bousefsaf commented 3 years ago

Hello, Sorry but I did not share these files, only the codes are available. Sincerely,

mohammadian-amin commented 3 years ago

Hi again

I run train and use output of train for input prediction phase? 1- is this model applicable for real video HR estimation? 2- How to extract bpm from saved variable?

Best regards,

frederic-bousefsaf commented 3 years ago

Hi,

  1. Yes it is, we tested the trained model on UBFC-RPPG dataset and the results were relevant (you can consult the original article for details)
  2. The neural network predicts a value that must be converted between 55 and 240 bpm. This is already done (see predict/main.py).

Sincerely,