contrast-phys icon indicating copy to clipboard operation
contrast-phys copied to clipboard

[TPAMI & ECCV 2022] Contrast-Phys & Contrast-Phys+ for facial video-based remote physiological signal measurement

Results 5 contrast-phys issues
Sort by recently updated
recently updated
newest added

Hello! I would like to ask you about the HRV evaluation details of UBFC-RPPG in Table 2. How did you transform the bvp label and rppg into various HRV indicators...

Hello, I was wondering if the final performance difference between MTCNN face acquisition (the method used in the demo sample folder) and OpenFace Face acquisition is big? 你好,我想知道使用MTCNN人脸获取(demo示例文件夹当中使用的方法)和OpenFace人脸获取最后的性能差异大吗? Because the...

Hello! Recently, I have been replicating Contrast-phys+ and following the steps to train and test it on UBFC-RPPG. The heart rate values are very close, but the calculated R-value always...

I would like to know when using OpenFace to generate .csv file during data preprocessing, as one of the inputs of preprocessing. py, which part of preprocessing. py represents the...

Some errors occurred when I used the following code to calculate``` MAE, RMSE, ```and ```Pearson coefficients```: ``` for h5_path in test_list: h5_path = str(h5_path) with h5py.File(h5_path, 'r') as f: imgs...