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

Fix channel padding for distortion and median depth computation #559

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jonathsch
Copy link

The CUDA kernel requires the depth information used for calculating distortion loss and median depth to be located in the last channel of the tensor. However, because of zero-padding, the depth values for each Gaussian are no longer stored in the last channel. This results in incorrect computations for both the distortion loss and the median depth.

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