maturk / dn-splatter

DN-Splatter: Depth and Normal Priors for Gaussian Splatting and Meshing
https://maturk.github.io/dn-splatter/
Apache License 2.0
424 stars 28 forks source link

Only single camera shared for all images is supported #27

Open Leeweishuo opened 5 months ago

Leeweishuo commented 5 months ago

Does this project only support monocular reconstruction? Would the results from multi-view colmap be usable for reconstruction? When there are cam0, cam1, cam2 folders in the images directory, the above error occurs“Only single camera shared for all images is supported” how to solve this?

maturk commented 5 months ago

Currently the project only supports a single camera (colmap camera models defined here) model for the input images. What kind of use-case or data are you working with?

Leeweishuo commented 5 months ago

"I want to use stereo or even multi-camera to perform reconstruction, which means there are multiple images taken simultaneously in the images directory, including cam0, cam1, cam2, cam3."