NeuRay icon indicating copy to clipboard operation
NeuRay copied to clipboard

How to get the accuracy presented in Tab. 1?

Open csBob123 opened this issue 3 years ago • 2 comments

Thank you so much for releasing the code.

I noticed that only one PSNR/SSIM number is reported in Table 1. However, because there are N scenes on DTU/LLFF, we will get "N" PSNR/SSIM numbers by using the evaluation code.

Do you get the final PSNR in Tab.1 by using "(PSNR_1 + PSNR_2 +, ..., +PSNR_N)/N"?

OR using some other approaches?

Thank you for your attention.

csBob123 avatar Nov 21 '22 11:11 csBob123

Hi, we simply average the PSNR of all scenes to calculate the PSNR in table 1.

liuyuan-pal avatar Nov 21 '22 15:11 liuyuan-pal

Hi, we simply average the PSNR of all scenes to calculate the PSNR in table 1.

Thank you for letting me know my guess is correct. It should be (PSNR_1 + PSNR_2 +, ..., +PSNR_N)/N

csBob123 avatar Nov 22 '22 02:11 csBob123