Skip to content

Hyperparameters for NeRF training #160

Answered by Tom94
yashbhalgat asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there, apologies for the delay in responding.

The hyperparameters you're listing seem to match ours. I suspect that our raymarching strategy of skipping empty space helps us avoid floaters more easily (by importance sampling the loss near surfaces). Other than that, the two implementations should behave the same.

It would probably be good for us to add an option to disable empty-space skipping to verify this. Much of the needed code is already there -- it just needs to be wired up appropriately.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@yashbhalgat
Comment options

@yangze0930
Comment options

Answer selected by yashbhalgat
Comment options

You must be logged in to vote
3 replies
@pwais
Comment options

@JoanCharmant
Comment options

@pwais
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #118 on February 16, 2022 11:37.