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

Import gaussian splatting with sh_degree != 3 #7

Open
clement-chupin opened this issue Oct 19, 2023 · 0 comments
Open

Import gaussian splatting with sh_degree != 3 #7

clement-chupin opened this issue Oct 19, 2023 · 0 comments

Comments

@clement-chupin
Copy link

clement-chupin commented Oct 19, 2023

Impossible to import a gaussian splatting generate with a sh_degree different than 3, for example :
python train.py -s ./dataset/mont_1/ --sh_degree 1
We obtain :
Python: Traceback (most recent call last): File "/home/chupin/.config/blender/3.4/scripts/addons/blender-addon/__init__.py", line 80, in execute features_extra = features_extra.reshape((N, 3, 15)) ValueError: cannot reshape array of size 52317216 into shape (2179884,3,15)

It might come from the default casting of a sh_degree=3 gaussian splatting incompatible with sh_degree!=3

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

1 participant