pycolmap icon indicating copy to clipboard operation
pycolmap copied to clipboard

Python bindings for COLMAP

Results 38 pycolmap issues
Sort by recently updated
recently updated
newest added
trafficstars

The PyPI publishing Github action (`twine check` more precisely) fails because the package's long description is empty. Not sure why this worked before. CI: https://github.com/colmap/pycolmap/runs/7900488359

- So far, we've been incrementing the release version before each release. - This goes against standard practice - we should instead increment it after each release, such that downstream...

While building pycolmap as instrcuted in the readme, it always throws long build error message indicating build failure. **Build Failure log** ``` Processing c:\dev\pycolmap Preparing metadata (setup.py) ... done Building...

Hi, Thanks for maintaining the package. I'm trying to analyse the `reprojection error` of a simple SFM project (the south-building), but the calculated reprojection error are way too large to...

I am struggling to build the library on a Macbook Pro M1 with the given instructions and latest commit in master.

Hi I am trying to build it on Windows and after running this command: ``` python -m pip install ./ ``` I ran into this error: ``` C:\Users\user\AppData\Local\Temp\pip-req-build-iz4keycs\pipeline.cc(10,10): fatal error...

I have installed COLMAP according to the instruction. When I tried to install pycolmap. The errors came: ----------------------------------------------------- " ERROR: Command errored out with exit status 1: command: 'C:\Users\walterz\anaconda3\python.exe' -u...

After you add more images and matching features to the model's database. You can use colmap mapper --input_path model to create a new model with added images. Because it starts...

Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Processing c:\dev\pycolmap-master Preparing metadata (setup.py) ... done Building wheels for collected packages: pycolmap Building wheel for pycolmap (setup.py) ... error error: subprocess-exited-with-error × python setup.py bdist_wheel...

import_images() doesnt have the init_pose param