GAP-LAB-CUHK-SZ / gaustudio

A Modular Framework for 3D Gaussian Splatting and Beyond
MIT License
907 stars 45 forks source link

ModuleNotFoundError: No module named 'diff_surfel_rasterization' #51

Open ApdowJN opened 2 weeks ago

ApdowJN commented 2 weeks ago

When I try to run gs-extract-mesh, it encountered issue with 'ModuleNotFoundError: No module named 'diff_surfel_rasterization'. When can we instal 'diff_surfel_rasterization', it seems that there isn't 'diff_surfel_rasterization' in submodules.

Can you provide any assistant and insights on it?

ApdowJN commented 2 weeks ago

Resolve it by commenting out surfel_renderer in renders/init.py

hugoycj commented 2 weeks ago

Sorry for bother, diff_surfel_rasterization is from 2DGS rasterization. We will try to make this dependency dynamic loading by detecting whether 2DGS is used

ApdowJN commented 2 weeks ago

Sounds good. thank you very much. May I ask when do you plan to release entire pipeline that includes train (with depth prior, normal constraints), mesh extraction, etc?