jingjin25 / LFSSR-ATO

Repository for "Light Field Spatial Super-resolution via Deep Combinatorial Geometry Embedding and Structural Consistency Regularization" , CVPR 2020
49 stars 9 forks source link

About the PSNR/SSIM #7

Closed Nianzhen-GU closed 3 years ago

Nianzhen-GU commented 3 years ago

Another question is how can I get the ground truth image, which size is 372*540 to calculate the PSNR? From the dataset.py or MatLab?

jingjin25 commented 3 years ago

@Nianzhen-GU

You can use the Matlab code LFData/PrepareData_test_Lytro.m to generate the LR and GT data for the test.

Nianzhen-GU commented 3 years ago

Got it, thank you!