akrlowicz / ppg-blood-pressure-estimation

Predicting blood pressure from rPPG signal using LSTMs
23 stars 3 forks source link

Issue with dataset.csv #1

Open idadest6 opened 2 years ago

idadest6 commented 2 years ago

Hi, I have some problems to load my data. What is the shape of your 303.csv file ? My "info.csv" file is like yours, while my "303.csv" file contain a list of numbers that correspond to a PPG signal. Can you help me ? 303 This is a part of my "303.csv" file : the first column the PPG values and in the second column the ECG values.

hamzafarooqui98 commented 2 years ago

Hi @idadest6,
can you please provide the source of the dataset.

TIA

akrlowicz commented 1 year ago

Hi @idadest6, Apologies for the late reply. Gonna post it either way as it can come useful for others. My csv files contain two columns: the first is a timestamp, second is the rPPG signal calculated from three RGB channels by the POS algorithm. Cheers