We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as titled, train_across_scene.py:L212 is:
train_across_scene.py:L212
if args.render_train: ...
But args is not defined.
args
The text was updated successfully, but these errors were encountered:
Ah, thank you! Yeah, it should be "cfg. render_train:", will fix it
Sorry, something went wrong.
Thanks for your response. But it seems that the L215 has an error as well:
PSNRs_test = evaluation(train_dataset,model, args, renderer, f'{logfolder}/imgs_train_all/', N_vis=-1, N_samples=-1, white_bg = white_bg, ndc_ray=ndc_ray,device=device)
I guess args should not be here, and renderer is also not defined._
renderer
Ah okay, thanks!
No branches or pull requests
as titled,
train_across_scene.py:L212
is:But
args
is not defined.The text was updated successfully, but these errors were encountered: