colmap
colmap copied to clipboard
COLMAP - Structure-from-Motion and Multi-View Stereo
**Describe the bug** Within the [custom incremental mapping](https://github.com/colmap/colmap/blob/main/pycolmap/custom_incremental_mapping.py) it uses the pycolmap.IncrementalPipeline() # imports up here ^ # first_start_proc = time.time() with open(image_list_path)as f: my_list = [x.rstrip() for x in...
Hello, I am trying to use COLMAP for sparse reconstruction of scenes captured via my robot. It appears there is alot of confusion (me included) on what the best way...
Alternative fix for the following issue: https://github.com/colmap/colmap/pull/3158
Hello, I have noticed that during some reconstructions, there is some scale drifting the more the reconstruction goes for larger set of images. Is there a proper way to handle...
1
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
I have a problem when I try to reconstruct a sparse model from known camera poses. It works in version 3.8, but when I upgrade to 3.10 it fails. In...
Hello, I'm trying to compile COLMAP on a system with an NVIDIA RTX 5090 GPU (CUDA Compute Capability 12.0 / sm_120), but the build fails due to unsupported architecture 'compute_native'....
Could you please clarify if the camera pose orientation of Colmap is different from that of Dust3r? And how can we convert the orientation from Dust3r to that of Colmap?
When performing sparse reconstruction using the known camera intrinsic and extrinsic parameters, no point cloud was obtained at the end. There were no point clouds in the point triangulator stage...
 I am running model_merger from cmd line with two colmap sparse model inputs. For the two sparse models, they both have 90 images in total. They share 20 images...