zju3dv / PGSR

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

A question about AssertionError: While the loader support other types, the rest of the code assumes PINHOLE #24

Closed landax-223 closed 1 month ago

landax-223 commented 2 months ago

Thank you for your excellent work My question is about read_intrinsics_text. I check my camera.txt, the camera model is SIMPLE_RADIAL. I know the original 3D GS also request SIMPLE_PINHOLE. But I can run work when I use data like spaerse/camera.db and image.db point3D.db in the 3D GS Can you tell me how to run PGSR correctly?

danpeng2 commented 2 months ago

Hello, thank you for your interest in our work. I suggest you use our preprocessing script to generate the corresponding SIMPLE_PINHOLE camera model.

landax-223 commented 2 months ago

ok,I will try it. Thank you for enthusiastic reply