colmap
colmap copied to clipboard
COLMAP - Structure-from-Motion and Multi-View Stereo
**Is your feature request related to a problem? Please describe.** FreeImage is used by COLMAP and it seems to very frequently have CVEs. This could be a problem for people...
I am trying to reconstruct 3d using colmap, but the .ply file is not getting saved as it should. The sparse or dense folders with their expected files are getting...
**Describe the bug** The pycolmap installation from source is failing ```sh [40/61] Building CXX object CMakeFiles/_core.dir/root/colmap/src/pycolmap/sfm/incremental_triangulator.cc.o [41/61] Building CXX object CMakeFiles/_core.dir/root/colmap/src/pycolmap/scene/point2d.cc.o [42/61] Building CXX object CMakeFiles/_core.dir/root/colmap/src/pycolmap/scene/synthetic.cc.o [43/61] Building CXX object...
I am trying to convert the poses from Cv2 to colmap. do the following steps: def rotmat2qvec(R): Rxx, Ryx, Rzx, Rxy, Ryy, Rzy, Rxz, Ryz, Rzz = R.flat K =...
**Describe the bug** When trying to do preprocessing for gaussian splatting. Failed to reconstruct LLFF leaves with the latest version of COLMAP. **To Reproduce** Steps to reproduce the behavior: 1....
Here's a revised version of the GitHub post: It's a common issue that the COLMAP CLI doesn't natively accept multiple camera intrinsics, which can be problematic when working with multiple...
**Describe the bug** I'm using 3D dataset and need to do matching using colmap. The dataset is in NeRFStudio format and converted from colmap. While in my case, only 2...
**Is your feature request related to a problem? Please describe.** When I am reconstructing the image taken from my phone colmap just crashes because it does not properly load the...
It worked flawlessly using Flann-based code. Consistent crash tested with and without: - Exhaustive matcher. - Image list. - Masks. ``` Executing COLMAP Feature Extraction: "D:/Dependencias/Colmap/COLMAP_src/BUILT/INSTALL/bin/colmap.exe" "feature_extractor --database_path D:/TestData/Sparse/database.db --image_path...