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

question about calculating albedo map #15

Open
Torment123 opened this issue Dec 18, 2024 · 0 comments
Open

question about calculating albedo map #15

Torment123 opened this issue Dec 18, 2024 · 0 comments

Comments

@Torment123
Copy link

Hi, I'm new to intrinsic image decomposition and have some confusions of the calculation of albedo maps. and I'd be appreciated if you could help me:

  1. Based on the code in nerf_network.py and line 147 of ddp_model.py, as I understand it, the albedo map is calculated like the color computation of vanilla nerf, i.e., get the view dependent rgb color from each sampled points along the ray from MLPNet, and then weighted combine with the alpha values. This albedo map is later modulated by shadow map and irradiance (line 208, 209) to form the final rendered color
  2. But according to the definition of albedo, it is the overall reflectance rate of a surface point, which is not view dependent, so why is it can be calculated through the view-dependent rgb colors from 1?

Sorry if my description is not clear enough

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

1 participant