The correct dataset format should be as follows
data/UBFC-rPPG/
| |-- subject1/
| |-- vid.avi
| |-- ground_truth.txt
| |-- subject2/
| |-- vid.avi
| |-- ground_truth.txt
|...
| |-- subjectn/
| |-- vid.avi
| |-- ground_truth.txt
but now the autho provided dataset the BVP signals are stored as .xmp files not .txt files,should I just save them as .txt files?
Or use other methods to correctly load the dataset
The correct dataset format should be as follows data/UBFC-rPPG/ | |-- subject1/ | |-- vid.avi | |-- ground_truth.txt | |-- subject2/ | |-- vid.avi | |-- ground_truth.txt |... | |-- subjectn/ | |-- vid.avi | |-- ground_truth.txt but now the autho provided dataset the BVP signals are stored as .xmp files not .txt files,should I just save them as .txt files? Or use other methods to correctly load the dataset