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

new experiment by kangle #96

Open
tourbliu opened this issue Jul 24, 2023 · 1 comment
Open

new experiment by kangle #96

tourbliu opened this issue Jul 24, 2023 · 1 comment

Comments

@tourbliu
Copy link

I want to know which part of the experiment these parameters are used for

parser.add_argument("--N_iters", type=int, default=200000,
help='number of iters')
parser.add_argument("--alpha_model_path", type=str, default=None,
help='predefined alpha model')

@dunbar12138
Copy link
Owner

N_iters specifies the number of training iterations.
alpha_model_path can load a pre-trained coarse NeRF model for importance sampling, which is mostly for diagnostic purposes.

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

No branches or pull requests

2 participants