chensjtu / GaussianObject

GaussianObject: High-Quality 3D Object Reconstruction from Four Views with Gaussian Splatting (SIGGRAPH Asia 2024, TOG)
919 stars 57 forks source link

No module named 'diff_gaussian_rasterization_w_pose' #53

Closed seulqxq closed 1 month ago

seulqxq commented 2 months ago

Hi @GaussianObject

I have some doubts about 'diff_gaussian_rasterization_w_pose' module. I run the 'pip install submodules/ diff-Gaussian_rasterization-w-pose' command to install it. But after installation, there is only 'diff_gaussian_rasterization' in the 'pip list'. Is there any solution?

Looking forward to your reply!

anekha commented 2 months ago

Same issue!

JeffreyLuW commented 1 month ago

I got the same issue. Is there any updates? Have you solved this problem? @seulqxq @anekha

seulqxq commented 1 month ago

I referred to the method proposed by #49 and it was resolved. @JeffreyLuW https://github.com/GaussianObject/GaussianObject/issues/49

JeffreyLuW commented 1 month ago

Problem solved. Thanks a lot