-
Notifications
You must be signed in to change notification settings - Fork 274
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
nerfstudio 1.1.3(the latest version) bug on gsplat=1.0.0 #362
Comments
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 |
But it looks like this issue may be for cc @KevinXu02 |
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! |
nerfstudio 1.1.3 (the latest version) with gsplat==1.3.0 (the latest version) still cause this bug |
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 #268
Thanks
The text was updated successfully, but these errors were encountered: