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
Hi,
I try to reopen a scene, which reconstruct with app_opt enabled using the simple_viewer, and it failed with following error:
app_opt
File "../gsplat/examples/simple_viewer.py", line 116, in main sh0.append(ckpt["sh0"]) KeyError: 'sh0'
I noticed that the sh0 and shN are replaced by features and colors when the app_opt is enabled. (in simple_trainer.py create_splats_with_optimizers).
sh0
shN
features
colors
simple_trainer.py
create_splats_with_optimizers
So, what can i do to reopen this scene?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I try to reopen a scene, which reconstruct with
app_opt
enabled using the simple_viewer, and it failed with following error:I noticed that the
sh0
andshN
are replaced byfeatures
andcolors
when theapp_opt
is enabled. (insimple_trainer.py
create_splats_with_optimizers
).So, what can i do to reopen this scene?
The text was updated successfully, but these errors were encountered: