-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unable to Run the Render Code #1
Comments
Thank you for your interest in our work! The error appears to be caused by a module in the conda environment not being installed correctly. Please check if the cuda-toolkit has been successfully installed and is the correct version. Since our method uses gsplat to replace the original 3DGS rendering pipeline, there is no need to additionally install the diff-gaussian-rasterization module, as its functionality has already been implemented in gsplat. |
Thank you for your response. I checked my environment, and the CUDA Toolkit seems to be working fine. However, gsplat cannot find the CUDA Toolkit. |
I'm sorry to hear that. :( Since I develop on native Linux and haven't conducted any tests on WSL, I can't pinpoint the source of the issue. I've found some potentially useful information here: nerfstudio-project/gsplat#249 |
Dear author, excellent work!
I encountered an issue while trying to reproduce your code, where the render function fails to execute and throws the following error:
Do you have any insights regarding this issue?
Additionally, the submodules in the code you released do not seem to include a module like diff-gaussian-rasterization. Could this be the cause of the error?
Thank you!
The text was updated successfully, but these errors were encountered: