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

Apply the distortion loss to the nerf dataset #53

Open
qihangGH opened this issue Feb 12, 2023 · 0 comments
Open

Apply the distortion loss to the nerf dataset #53

qihangGH opened this issue Feb 12, 2023 · 0 comments

Comments

@qihangGH
Copy link

qihangGH commented Feb 12, 2023

Hi @sunset1995 ! Thank you for your great work! May I ask if it is possible to add the distortion loss to the nerf dataset? Since the nerf dataset contains bounded scenes. Could we just let s be uniformly normalized in the Euclidean space?
If so, is that correct to set

's': (step_id + 0.5) / N_steps[ray_id.long()],
'n_max': N_steps[ray_id.long()]

in the forward method of the class DVGO? Here, the N_steps is calculated by the sample_ray method at the begining of the forward method.

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