-
Notifications
You must be signed in to change notification settings - Fork 1.7k
How to set pycolmap BA parameter/s #2978
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
Comments
You should be able to set these using options.solver_options. |
Unfortunately the binding of Ceres::Solver::Options was removed in #2509 on prevent duplication with pyceres. Given how broken the pycolmap-pyceres compatibility is (at least for PyPI wheels on macOS), we maybe shouldn't have done this @B1ueber2y |
Right... when I install pyceres I get an exception when importing pycolmap.
|
If using pycolmap 3.11, you'll need the latest pyceres (2.4) - either both compiled from source or both install from PyPI. |
I'm using pycolmap 3.12.0 (latest HEAD). |
…t pyceres (colmap#2985) Relevant discussion here: colmap#2978 No need for ``import ceres`` in ``custom_bundle_adjustment.py`` anymore (relevant discussion: colmap#2896) --------- Co-authored-by: Johannes Schönberger <jsch@demuc.de>
How does one set max_num_iterations & max_linear_solver_iterations when calling pycolmap.bundle_adjustment?
As per the documentation the BundleAdjustmentOptions should hold these values, but not anymore in the latest commit.
Context:
The text was updated successfully, but these errors were encountered: