Skip to content

Update coord.py#91

Open
ckLibra wants to merge 1 commit into
SuLvXiangXin:mainfrom
ckLibra:patch-1
Open

Update coord.py#91
ckLibra wants to merge 1 commit into
SuLvXiangXin:mainfrom
ckLibra:patch-1

Conversation

@ckLibra

@ckLibra ckLibra commented Oct 23, 2023

Copy link
Copy Markdown

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