-
Notifications
You must be signed in to change notification settings - Fork 13
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
metric of nerf-synthetic/ficus #12
Comments
Hi, the psnr for ficus is 26.635. I htink the fine_psnr_ori_val_full is only evaluated on one view, not the full scene. |
I trained nerf-sr w/ ficus dataset once again, and rendered test views. dataset="ficus" |
How did you get the PSNR? On all images? |
yes, average PSNR of 200 test images. |
That's weird. The training script looks ok to me, I can try to find my previous checkpoints, but it may take some time. |
Hello, thank you for your work and code.
For Blender x4(200x200, ss & w/o refine), I ran the "train_blender_downX.sh".
For ficus dataset of NeRF-synthetic, psnr that I got was 22.69, which is quite lower that I expected.
So could you give your psnr number of ficus?
Of course, I changed the hyperparameters :
H=800, W=800, and downscale=4.
I read events file for psnr :
logs/nerf-sr/blender-down4-ficus-800x800-ni64-dp-ds4/fine_psnr_ori_val_full -> 22.69
And after I render the test set("test_blender_downX.sh"), I also calculated the psnr between rendered views and test GT manually:
22.70
The text was updated successfully, but these errors were encountered: