Desktop (please complete the following and other pertinent information):
- OS: Ubuntu
- Python version 3.10
- Meshroom version:2023.3.0
I’m applying CCTag during SfM and would like to use the resulting SfM output with Gaussian Splatting.
The current codebase exports SfM in Nerfstudio format for Splatfacto, but I need the output converted to standard COLMAP (cameras.txt, images.txt, points3D.txt) so it can be consumed by Gaussian Splatting.
What’s the recommended approach or tooling to perform this conversion?