You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
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 innerf_pl
; I tried to usedatasets/opts.py
instead but the params are not pretty matching. Directly usingopt.py
fromnerf_pl
also doesn't work. Is there some mismatch between thenerf_pl
project and yours about argument parsing? If so, how should I modify the argparse code? Thank you in advance!The text was updated successfully, but these errors were encountered: