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

Unable to Run the Render Code #1

Open
theweak-master opened this issue Jan 9, 2025 · 3 comments
Open

Unable to Run the Render Code #1

theweak-master opened this issue Jan 9, 2025 · 3 comments

Comments

@theweak-master
Copy link

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:
微信图片_20250109104527
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!

@pz0826
Copy link
Collaborator

pz0826 commented Jan 10, 2025

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.

@theweak-master
Copy link
Author

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.
Additionally, I am using WSL. Could this be the cause of the issue?

@pz0826
Copy link
Collaborator

pz0826 commented Jan 10, 2025

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
https://docs.nvidia.com/cuda/wsl-user-guide/index.html#getting-started-with-cuda-on-wsl-2

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

2 participants