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

The growth process of local_step seems to have an issue. #196

Open
boyaom opened this issue Mar 9, 2024 · 0 comments
Open

The growth process of local_step seems to have an issue. #196

boyaom opened this issue Mar 9, 2024 · 0 comments

Comments

@boyaom
Copy link

boyaom commented Mar 9, 2024

During the nerf training phase, the value of local_step is incremented by one separately in the run_cuda and train_step functions.
torch-ngp/utils.py#L858
torch-ngp/renderer.py#L939
Therefore, local_step will increase by 2 in each epoch, which leads to the step_counter updating only at even positions each time.

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