nxsEdson / CVD-Physiological-Measurement

Video-based Remote Physiological Measurement via Cross-verified Feature Disentangling. (ECCV2020 oral)
103 stars 23 forks source link

reference HR values are in the wrong scale #8

Open trporn opened 3 years ago

trporn commented 3 years ago

looking at the heart rates that are loaded from the reference files, it seems that they have typical values around 10, not at all in the range of the standard pulse/minute range. this happens using test.py: for (data, hr, fps, bvp, idx) in test_loader:

to the best of my understanding, hr is supposed to be the heart rate. What am I missing here?

shayan113 commented 3 years ago

According to the paper, the video clip used for the experiment is 300 frames. The frame rate is about 30, so the video clip is about 10 seconds, and the hr is the number of heartbeats in these 10 seconds. We can deduce its meaning from the paper and MATLAB code.

trporn commented 3 years ago

Thanks!

xiangqi1997 commented 2 years ago

According to the paper, the video clip used for the experiment is 300 frames. The frame rate is about 30, so the video clip is about 10 seconds, and the hr is the number of heartbeats in these 10 seconds. We can deduce its meaning from the paper and MATLAB code.

hello,i wonder that if you got same result in this paper by replication?