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

difference of 'pixel_colors_nr' and 'pixel_colors_nr_fine' #36

Open
blue-531 opened this issue Sep 6, 2023 · 2 comments
Open

difference of 'pixel_colors_nr' and 'pixel_colors_nr_fine' #36

blue-531 opened this issue Sep 6, 2023 · 2 comments

Comments

@blue-531
Copy link

blue-531 commented Sep 6, 2023

Thank you for sharing the source code.
However, I have a question about the difference between 'pixel_colors_nr' and 'pixel_colors_nr_fine,' which appear to represent the rendered color values.
It seems that both are obtained by sampling 64 points and rendering 'c.'
Are the values recorded in 'Table 1' obtained using only one of these methods, or is there a different sampling method used to obtain those values?

@blue-531 blue-531 changed the title difference of 'pixel_colors_dr' and 'pixel_colors_dr' difference of 'pixel_colors_nr' and 'pixel_colors_nr_fine' Sep 6, 2023
@SYSUykLin
Copy link

You can draw an analogy with nerf. pixel_colors_nr is the coarse model rendering, pixel_colors_nr_fine is the fine model rendering.

@liuyuan-pal
Copy link
Owner

They are fine or coarse sampled colors. Tables all use the fine-level results.

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