Vincentqyw/image-matching-webui

AttributeError: module 'pycolmap' has no attribute 'Rigid3d'

Closed this issue · 2 comments

ZFD1 commented

Hi !
my environment :
win11
anaconda
python=3.10.4

firstly, my pycolmap version is 0.4.0, i meet this error, then, i uninstalled it and use conda install -c conda-forge pycolmap.
the pycolmap version is 3.10.0, also has this error.

How can I slove it?

Please update pycolmap:

pip install pycolmap==0.6.1
ZFD1 commented

thank you!It‘s ok