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

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

Open
sjdfkjawe opened this issue Aug 22, 2024 · 6 comments
Open

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

sjdfkjawe opened this issue Aug 22, 2024 · 6 comments

Comments

@sjdfkjawe
Copy link

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

@liruilong940607
Copy link
Collaborator

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

@brentyi
Copy link
Collaborator

brentyi commented Aug 22, 2024

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
Copy link
Collaborator

brentyi commented Aug 22, 2024

But it looks like this issue may be for splatfacto-w? Perhaps this same change nerfstudio-project/nerfstudio#3296 needs to be applied there?

cc @KevinXu02

@sjdfkjawe
Copy link
Author

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"

@liruilong940607
Copy link
Collaborator

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

@sjdfkjawe
Copy link
Author

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

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

3 participants