nerfstudio
nerfstudio copied to clipboard
When I launch the editor on google colab, the server is disconnected.
Hi nerfstudio Team! I would appreciate it if you could answer one question.
I want to try the demo below but it doesn't work. https://colab.research.google.com/github/nerfstudio-project/nerfstudio/blob/main/colab/demo.ipynb
I ran up to "Set up and Start Viewer" and launched the Viewer, but it says "Server Disconnected". If you know the cause and solution, please let me know.
Have you run the following training cell?
Yes, after running the following training cell and trying to start the viewer again I get a "server disconnected" error.
I have the same problem. Would you tell us whether it can be solved and we can use nerfstudio on colab?
Commenting out the condacolab installation worked for me.
See my comment for issue #1077 and my quick fix.
In detail: From what I understand, the "server disconnected" error shows because the training failed, which is because the tiny cuda installation failed. This is in turn is due to the fact that the tinycudann installation depends on a wheel compiled for Python 3.7, but Google Colab recently switched to Python 3.8. Simply reverting to the fallback runtime version (Tools > Command palette > Use fallback runtime version) doesn't work because the condacolab installation restarts the runtime, hence falling back to the default Python 3.8.