-
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
splatfacto method in Colab broken? #3455
Comments
That was fast!! I'm impressed ... |
Okay, now I'm confused ... these look to be files to allow me to run locally. But my issue is with how the notebook runs in Colab - do the files there need to be altered in some fashion? |
(deleted comment because malware, unfortunately I don't have experience with Colab so not the best person to help with the actual issue) |
That's very nasy!!! ... Looks like I need to be on the ball, with regard to GitHub responses - not something I was aware was happening ... |
To flesh this out, tried running it with the splatfacto-big method, just in case ... Same error: [03:15:38] Saving config to: outputs/desolation/splatfacto/2024-10-01_031537/config.yml experiment_config.py:136 During handling of the above exception, another exception occurred: Traceback (most recent call last): |
It seems like gsplat is not installing/building correctly on Colab? Related: nerfstudio-project/gsplat#315 It's also possible that recent changes to gsplat will help, it's pinned to 1.3.0 in nerfstudio but since nerfstudio-project/gsplat#365 was merged there's now pre-built wheels:
cc @liruilong940607 but I think he's very busy these days + also doesn't use Colab. |
Thanks for looping me in @brentyi ! I did a quick test on colab (T4 GPU) and i was able to install the latest gsplat on it. So it might be just a issue in the previous version (though I can't think of what might cause this). The colab: https://colab.research.google.com/drive/10HVUf6e8_pRrMj4cmQ5Xepoq6BdkJkav?usp=sharing |
Thanks for the input ... some progress made ... Added cell to demo.ipynb, following the "Install Nerfstudio and Dependencies" cell:
which appeared to work; uninstalled 1.3.0, installed 1.4.0. But, this time a different error: ... During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Hey, installing gsplat's prebuilt wheels works fine for me, see: https://colab.research.google.com/drive/10HVUf6e8_pRrMj4cmQ5Xepoq6BdkJkav?usp=sharing You need to figure out the torch and CUDA version in the system and choose the correct prebuilt wheel for gsplat. |
Thanks!!! ... Had a misunderstanding about using "pip install ... --index-url ..." - so, next round installed the correct version, and the processing kicked off nicely ... |
Describe the bug
Running the demo.ipynb fails to start training
To Reproduce
Steps to reproduce the behavior:
Previous attempts to use this method at least started training; now it has problems even earlier.
The text was updated successfully, but these errors were encountered: