gsplat icon indicating copy to clipboard operation
gsplat copied to clipboard

nerfstudio 1.1.3(the latest version) bug on gsplat=1.0.0

Open sjdfkjawe opened this issue 1 year ago • 6 comments

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

sjdfkjawe avatar Aug 22 '24 11:08 sjdfkjawe

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

liruilong940607 avatar Aug 22 '24 17:08 liruilong940607

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

brentyi avatar Aug 22 '24 19:08 brentyi

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

brentyi avatar Aug 22 '24 19:08 brentyi

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"

sjdfkjawe avatar Aug 23 '24 01:08 sjdfkjawe

The warning should be fine. The error might relates to #320. Let me know if that modification fixes it!

liruilong940607 avatar Aug 23 '24 01:08 liruilong940607

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

sjdfkjawe avatar Aug 26 '24 03:08 sjdfkjawe