zju3dv / PGSR

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

TSDF Fusion progress is very slow #41

Open rtzk opened 2 months ago

rtzk commented 2 months ago

image It's amazing that TSDF Fusion progress is very slow. Is there a problem with my operation?

mxzhao commented 2 months ago

This operation just uses the open3d's API. Please check the size of the image and the depth value.

Lirene3329 commented 1 month ago

Rendering progress: 100%|██████████████████████████████████████████████████████████████████████████████| 32/32 [00:02<00:00, 14.55it/s] TSDF Fusion progress: 0%| | 0/32 [00:00<?, ?it/s]段错误 (核心已转储)

I have encountered the above problems, how can I solve them? thank you