Skip to content

bug fix in VoxelGrid code#95

Open
yindaheng98 wants to merge 2 commits intotaichi-dev:mainfrom
yindaheng98:main
Open

bug fix in VoxelGrid code#95
yindaheng98 wants to merge 2 commits intotaichi-dev:mainfrom
yindaheng98:main

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