zju3dv / PGSR

[TVCG2024] PGSR: Planar-based Gaussian Splatting for Efficient and High-Fidelity Surface Reconstruction
https://zju3dv.github.io/pgsr/
Other
507 stars 33 forks source link

On thin structure dataset,there will be missing areas #18

Closed JRIMU closed 3 months ago

JRIMU commented 3 months ago

When I test on thin_catbus and thin_cube datasets in NeuS, I have the problem shown below. How can I solve it? 截图 2024-07-27 13-04-05 截图 2024-07-27 13-08-01

danpeng2 commented 3 months ago

Hello. I suspect the issue might be related to the maximum depth parameter setting during rendering. You need to set an appropriate maximum depth (--max_depth) according to the actual scenario.

JRIMU commented 3 months ago

Thanks, I adjusted the max_depth and now the result is like this 截图 2024-08-01 12-17-18 截图 2024-08-01 12-18-11