Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data structure for input using different dataset #4

Open
MRasyidUlwan opened this issue Jul 16, 2022 · 1 comment
Open

Data structure for input using different dataset #4

MRasyidUlwan opened this issue Jul 16, 2022 · 1 comment

Comments

@MRasyidUlwan
Copy link

MRasyidUlwan commented Jul 16, 2022

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?

@Oichii
Copy link
Owner

Oichii commented Jul 29, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants