-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update splatfacto with gsplat 1.0 #3200
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
@kerrj @liruilong940607 After the update, I am getting this error now. Traceback (most recent call last): Any suggestions? |
@abrahamezzeddine fixed in #3202 |
@liruilong940607 Is it possible to use packed as True with splatfacto? I tried to use it but it says the tensors are not matched if set to true. Would be nice if I could trade speed vs memory. |
@abrahamezzeddine This PR is just a quick fix that makes the nerfstudio model compatible with gsplat v1.0. To fully support all functionalities of gsplat v1.0, there are still quite some upgrades need to be done. So please stay tuned! (Contribution is always welcomed!) |
gsplat==1.0.0
This is a hot fix as the
pip install nerfstudio
would be failing currently because of #3197 so we need to bump a version that either pins togsplat==1.0.0
or pins togsplat <=1.0.0
asap.