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

fixed a hang bug in ray_marching #136

Merged
merged 1 commit into from
Dec 30, 2022

Conversation

dozeri83
Copy link
Contributor

@dozeri83 dozeri83 commented Dec 25, 2022

fixed a hang bug where t_target has inf value ( ray is parralel to plane ?) t_target should not be larger that far anyway

@tancik I found the hang bug -
t_target got inf value.
if we bound it by far - it fixes the issue.

This is related to nerfstudio-project/nerfstudio#1152.

The problem is that I see that nerfstudio is incompatible with the newest version of nerfacc, so a work needs to be done in nerfstudio to upgrade nerfacc.

fixed a hang bug where t_target has inf value ( ray is parralel to plane ?)
t_target should be larger that far anyway
@dozeri83 dozeri83 changed the title Update ray_marching.cu fixed a hang bug in ray_marching Dec 25, 2022
@liruilong940607 liruilong940607 merged commit 0a09183 into nerfstudio-project:master Dec 30, 2022
@liruilong940607
Copy link
Collaborator

LGTM! thanks for the fix!

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.

2 participants