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

Update coord.py #91

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

Update coord.py #91

wants to merge 1 commit into from

Conversation

ckLibra
Copy link

@ckLibra ckLibra commented Oct 23, 2023

the contraction function in current version may cause numerical instability in torch.pow(2x_mag_sqrt - 1, 1/3), when 2x_mag_sqrt - 1 < 0. According to the original paper (Eq. 14 in ZipNeRF), I revise it to ensure 2*x_mag_sqrt - 1 >= 1.

the contraction function in current version may cause numerical instability in torch.pow(2*x_mag_sqrt - 1, 1/3), when 2*x_mag_sqrt - 1 < 0. According to the original paper, I revise it to ensure 2*x_mag_sqrt - 1 >= 1.
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