gsplat
gsplat copied to clipboard
AssertionError: block_width must be between 2 and 16
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
?
Make sure gsplat is updated to the latest version and this should go away
I also had this issue with the latest version (0.1.10
), and downgrading to 0.1.6
fixed it, actually.
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