zju3dv / PGSR

code for "PGSR: Planar-based Gaussian Splatting for Efficient and High-Fidelity Surface Reconstruction"
https://zju3dv.github.io/pgsr/
Other
403 stars 22 forks source link

[Code] Missing dependency in the diff_plane_rasterization #6

Closed NK-CS-ZZL closed 1 month ago

NK-CS-ZZL commented 1 month ago

In the folder diff_plane_rasterization/third_party, the dependency glm seems missing, causing compiling errors.

NK-CS-ZZL commented 1 month ago

This can be fix by copying the folder for 3DGS repo. The authors could fix the issue when convenience.

danpeng2 commented 1 month ago

Thank you very much for your feedback. We have already fixed the related issues.

NK-CS-ZZL commented 1 month ago

BTW, the image path in convert_dtu is not right. You can refer to the PR #7

danpeng2 commented 1 month ago

Thank you very much. I didn't notice this PR earlier, but it has now been manually fixed.