-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add cost function for 3D alignment (with covariance) #2621
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
Conversation
Python minimal test for the
Python minimal test for
|
I have updated the description for this PR according to the new changes. PTAL when time permits : ) @ahojnnes |
This feature is actually broken with wheel installation (only works with build from source) after 42ed7bc, potentially due to #2632 and #2634. Details and fixes redirected here: cvg/pyceres#52 |
* add impl. * add pybind * add tests. * update. * update. * refactor. separate the manifold file. Add PositiveExponentialManifold * formatting. * update. * add scale_ptr for sim3d pybind. * fix. * fix. * update. * fix binding for sim3d.scale. * update. * formatting. * test pyceres. * test. * update. * move pyceres checker to pycolmap/helpers.h + minor. * sjfkdjs for ci. * for ci. * minor. * minor.
Cost function for 3D alignment with similarity transform, with covariance on the target 3D point/location prior.
Also with the following side updates:
pycolmap
whenpyceres
is detected in the Python environment.