chensjtu / GaussianObject

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

No module named 'diff_gaussian_rasterization_w_pose' #53

Closed seulqxq closed 2 weeks ago

seulqxq commented 3 weeks 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 3 weeks ago

Same issue!

JeffreyLuW commented 3 weeks ago

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

seulqxq commented 2 weeks ago

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

JeffreyLuW commented 2 weeks ago

Problem solved. Thanks a lot