nerfstudio 1.1.3(the latest version) bug on gsplat=1.0.0
Great work, nerfstudio 1.1.3 with gsplat==1.0.0 will cause bug as bellow, sh_degree=3 File "xxx/splatfacto-w/splatfactow/splatfactow_model.py", line 977, in get_outputs render, alpha, info = rasterization( File "xxx/gsplat/rendering.py", line 206, in rasterization assert ( AssertionError: torch.Size([1309327, 16, 3])
Which version of nerfstudio and gsplat you used? problem similar to https://github.com/nerfstudio-project/gsplat/issues/268
Thanks
Have you tried the latest version of gsplat? The gsplat==1.0.0 was having some compatible issues with nerfstudio, which we have fixed in the latest version
Have you tried the latest version of gsplat? The gsplat==1.0.0 was having some compatible issues with nerfstudio, which we have fixed in the latest version
Nerfstudio is currently still pinned to gsplat==1.0.0: https://github.com/nerfstudio-project/nerfstudio/blob/36d5e358018647676182b0f5deffc570a084ecc5/pyproject.toml#L65
But it looks like this issue may be for splatfacto-w? Perhaps this same change https://github.com/nerfstudio-project/nerfstudio/pull/3296 needs to be applied there?
cc @KevinXu02
Have you tried the latest version of gsplat? The gsplat==1.0.0 was having some compatible issues with nerfstudio, which we have fixed in the latest version
Run "pip install gsplat", it gives warning "nerfstudio 1.1.3 requires gsplat==1.0.0, but you have gsplat 1.2.0 which is incompatible." And causes error "gsplat_cuda/gsplat_cuda.so: cannot open shared object file: No such file or directory"
The warning should be fine. The error might relates to #320. Let me know if that modification fixes it!
The warning should be fine. The error might relates to #320. Let me know if that modification fixes it!
nerfstudio 1.1.3 (the latest version) with gsplat==1.3.0 (the latest version) still cause this bug