frederic-bousefsaf / ippg2cppg

MIT License
13 stars 0 forks source link

predict with my own dataset #1

Open pablobuestan opened 3 years ago

pablobuestan commented 3 years ago

Hi, thanks for your code. I was wondering how can I use the predict script with my own dataset like the "3D Convolutional Neural Networks for Remote Pulse Rate Measurement and Mapping from Facial Video".

Thanks for the advice

frederic-bousefsaf commented 3 years ago

Hello, Just like the other repository, you can train a neural network and then use the predict program. Careful though, the input is a continuous wavelet transform representation (an image) and not a signal. signal_to_cwt.m is the Matlab code that transforms a signal to its wavelet representation. Sincerely,