You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I get the following error when I try to run the test_BA.ipynb notebook in the examples.
TypeError: Unregistered type : ceres::AutoDiffCostFunction<colmap::ReprojErrorConstantPoseCostFunctioncolmap::SimplePinholeCameraModel, 2, 3, 3>
I installed the colmap and pycolmap from source.
Thus error I get when I install pyceres with pip install pyceres (version 2.2) or when I install pyceres from source (somehow the version is 2.0).