-
Notifications
You must be signed in to change notification settings - Fork 62
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
diff-gaussian-rasterization-w-pose not being found #49
Comments
same question, how can i resolve it? |
same |
Because the installation name of file "/submodules/diff_gaussian_rasterization" and file "/submodules/diff-gaussian-rasterization-w-pose" are the same, they conflict.
|
@eternalland thanks - trying this now. Hope it works |
@eternalland Thanks a lot, this worked |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have tried for over 2 weeks to install GaussianObject. I am using CUDA 11.8 and python 3.11 as per instructions on the Github page but each time I am getting the error during training where it says it cannot find the submodule and I do not know what to do at this point as I have tried installing it again
Traceback (most recent call last):
File "/content/GaussianObject/train_gs.py", line 26, in
from gaussian_renderer import network_gui
File "/content/GaussianObject/gaussian_renderer/init.py", line 15, in
from diff_gaussian_rasterization_w_pose import GaussianRasterizationSettings as GaussianRasterizationSettings_w_pose, GaussianRasterizer as GaussianRasterizer_w_pose
ModuleNotFoundError: No module named 'diff_gaussian_rasterization_w_pose'
I would be grateful for any help. I was working on the shared colab notebook but I think versions are out of date so I created a new one based on that.
Thanks
The text was updated successfully, but these errors were encountered: