limacv/Deblur-NeRF

PSNR is not the same

Opened this issue · 4 comments

520jz commented

Hello, really thank you very much for checking out my question in your busy schedule. In the paper, the PSNR of the BlurFactor dataset is 25.60, but the PSNR I got when I trained with the BlurFactor dataset turned out to be 36, why is it lower in the paper? Is it a problem with my training?

520jz commented

The config file I use is tx_blurfactory_full.txt

520jz commented

The command is:python3 run_nerf.py --config configs/blurfactory/tx_blurfactory_full.txt

limacv commented

You may want to check on this link (#6 (comment)), which is caused by me mistakenly leaving one config on when doing the evaluation. But I'm not pretty sure if this is the actual reason for such a significant difference in your case. Another possible reason is the randomness. As I find in my experiment that using different random seeds may lead to different metric values.

520jz commented

You may want to check on this link (#6 (comment)), which is caused by me mistakenly leaving one config on when doing the evaluation. But I'm not pretty sure if this is the actual reason for such a significant difference in your case. Another possible reason is the randomness. As I find in my experiment that using different random seeds may lead to different metric values.

Ok, really appreciate your answer.