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

Avoid jpeg compression artifacts when training Mip-NeRF360. #507

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jefequien
Copy link
Contributor

@jefequien jefequien commented Nov 28, 2024

As noted by https://nerfbaselines.github.io/, the original 3DGS work manually downscales the full-resolution images instead of using the dataset-provided downscaled images to avoid JPEG compression artifacts. This improves PSNR by ~0.3 and allows for a more fair comparison with work building on the original codebase.

Results

psnr ssim lpips (vgg) size
mcmc-1M-compressed (Before) 27.27 0.809 0.229 15.8 MB
mcmc-1M-compressed (After) 27.54 0.821 0.214 16.0 MB

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

Successfully merging this pull request may close these issues.

1 participant