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

AssertionError: block_width must be between 2 and 16 #159

Open
ZhenWusi opened this issue Apr 2, 2024 · 3 comments
Open

AssertionError: block_width must be between 2 and 16 #159

ZhenWusi opened this issue Apr 2, 2024 · 3 comments

Comments

@ZhenWusi
Copy link

ZhenWusi commented Apr 2, 2024

when I run ns-train splatfacto --data data/nerfstudio/poster happen that File "/root/miniconda3/envs/nerfstudio/lib/python3.8/site-packages/gsplat/project_gaussians.py", line 59, in project_gaussians assert block_width > 1 and block_width <= 16, "block_width must be between 2 and 16" AssertionError: block_width must be between 2 and 16?

@kerrj
Copy link
Collaborator

kerrj commented Apr 4, 2024

Make sure gsplat is updated to the latest version and this should go away

@CorentinDumery
Copy link

I also had this issue with the latest version (0.1.10), and downgrading to 0.1.6 fixed it, actually.

@ivanpuhachov
Copy link

check the params that are passed with project_gaussians. In recent versions redundant projection matrix was dropped (see #97). Just removing this line should work

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

4 participants