Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSNR of the test set #39

Open
wuxiaolang opened this issue Dec 28, 2023 · 2 comments
Open

PSNR of the test set #39

wuxiaolang opened this issue Dec 28, 2023 · 2 comments

Comments

@wuxiaolang
Copy link

Hi!
I would like to inquire about how to compute the PSNR of the test set, is there a script for it?
The PSNR output during the training process seems to be just for one image (see Line-423)?
Why is downsampling (see Line-98) performed on images when evaluating PSNR? Are the data reported in the paper also the assessment results of downsampled images?

@liuyuan-pal
Copy link
Owner

Hi, the PSNR is computed on new novel-view images. I use the nvs() to synthesize new images and then compute the PSNR on it. The NVS PSNR is evaluated on these images: https://connecthkuhk-my.sharepoint.com/:u:/g/personal/yuanly_connect_hku_hk/Ec1RO-NIV_BJjLpPZyb-Um8B8xae8kB0iVRj4aZCm4uj9A

@dehezhang2
Copy link

Hi, the PSNR is computed on new novel-view images. I use the nvs() to synthesize new images and then compute the PSNR on it. The NVS PSNR is evaluated on these images: https://connecthkuhk-my.sharepoint.com/:u:/g/personal/yuanly_connect_hku_hk/Ec1RO-NIV_BJjLpPZyb-Um8B8xae8kB0iVRj4aZCm4uj9A

Thanks for sharing the data. May I ask if it is possible to share the script for nvs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants