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

bug fix in VoxelGrid code #95

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

Conversation

yindaheng98
Copy link

@yindaheng98 yindaheng98 commented May 27, 2024

  1. some typos cause "variables not found": samples_result/samples_reuslt, dirs/viewdirs
  2. gradient and backward cannot reach two nn.Parameter sh_fields and density_fields since torch.cat((self.sh_fields, self.density_fields), dim=3). The proper way is to use them separately
  3. the trilinear_interpolation seems wrong, fixed

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