You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm planning on using the UBFC-rPPG dataset on physnet method, can you explain what is required for using such method? and is it possible to use a dataset that only has bpm as GT and video?
The text was updated successfully, but these errors were encountered:
to use the code split video into separate frames then detect the face on each frame and crop it to a face rectangle.
Sequences should be organised as follows to use the dataloaders:
+--- Database
| +--- sequence1
| | +--- frame_001.png, frame_002.png, ....
| +--- sequence2
| +--- ...
Using the code with BPM data is possible, but physNet was designed to predict the PPG signal instead.
Hello, I'm planning on using the UBFC-rPPG dataset on physnet method, can you explain what is required for using such method? and is it possible to use a dataset that only has bpm as GT and video?
The text was updated successfully, but these errors were encountered: