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

Argparse Problem #1

Open
Ep11phany opened this issue Oct 26, 2022 · 2 comments
Open

Argparse Problem #1

Ep11phany opened this issue Oct 26, 2022 · 2 comments

Comments

@Ep11phany
Copy link

Ep11phany commented Oct 26, 2022

Thanks for your great work! When trying to reproduce your work, I cannot train your vanilla NeRF due to lacking of opt.py which exists in nerf_pl; I tried to use datasets/opts.py instead but the params are not pretty matching. Directly using opt.py from nerf_pl also doesn't work. Is there some mismatch between the nerf_pl project and yours about argument parsing? If so, how should I modify the argparse code? Thank you in advance!

@Heathcliff-saku
Copy link
Owner

Heathcliff-saku commented Oct 26, 2022

Hi Ep11phany,Thanks for your feedback!
Actually the datasets/opts .py are used for adversarial viewpoint optimization. Sorry that due to my negligence, I forgot to upload the opt.py for training NeRF, but directly using the opt.py in the nerf_pl should work normally, maybe you should modify the --root_dir and other parameters inside? I'll upload the opt.py file later and you can also directly use the nerf_pl to generate NeRF .ckpts files

@Ep11phany
Copy link
Author

Ep11phany commented Oct 26, 2022

With using opt.py, it seems like hparams doesn't have N_emb_xyz and some other essential member params anymore. How should I fix it?

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