Comparison of 3DGS Training Results: Output from demo_colmap.py performs worse than COLMAP's output in training
hi, When using the COLMAP results generated by demo_colmap.py for Gaussian Splatting (3DGS) reconstruction, the reconstruction quality is worse than when using data directly converted from original COLMAP. However, the initial point cloud generated by demo_colmap.py is of better quality and higher density. This discrepancy is confusing. Mainly regarding the clarity of rendered images demo_colmap output Training Results:[ITER 10000] Evaluating train: L1 0.016932867839932444 PSNR 27.74833793640137 colmap output Training Results:[ITER 10000] Evaluating train: L1 0.012061026878654957 PSNR 32.750404357910156
Hi three options may matter here:
- Use bundle adjustment or not
- The confidence threshold you use
- How images are loaded
Hi three options may matter here:
- Use bundle adjustment or not
- The confidence threshold you use
- How images are loaded
Bundle adjustment was not used Default parameters were used I'm not quite sure what you mean. I have 32 images, and the local path is set via scene_dir= Thank you!
https://github.com/facebookresearch/vggt/blob/8492456ce358ee9a4fe3274e36d73106b640fb5c/demo_colmap.py#L46
Doesn't 3dgs training require undistorted images, and what we get here is undistorted with demo_colmap directly?