-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Unregistered type" error you're encountering when using Ceres Solver with PyCOLMAP #51
Comments
@vholod could you try building pyceres at HEAD? we've also pushed a new release v2.3, does this work too when pulled from pypi? |
Hi, However, when I install pyceres with pip (version 2.3), I still get the problem below. TypeError Traceback (most recent call last) The above exception was the direct cause of the following exception: TypeError Traceback (most recent call last) Cell In[5], line 7, in define_problem(rec) TypeError: Unable to convert function return value to a Python type! The signature was |
pyceres and pycolmap need to be either both installed from source or both installed from pypi. |
@vholod Hi! I have the same problem, have you solved it? |
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).Please help me to solve the issue.
Thanks
The text was updated successfully, but these errors were encountered: