We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1da99 commit c0d8926Copy full SHA for c0d8926
src/pycolmap/estimators/generalized_absolute_pose.h
@@ -77,9 +77,9 @@ void BindGeneralizedAbsolutePoseEstimator(py::module& m) {
77
&PyEstimateAndRefineGeneralizedAbsolutePose,
78
"points2D"_a,
79
"points3D"_a,
80
- "cameras"_a,
81
"camera_idxs"_a,
82
"cams_from_rig"_a,
+ "cameras"_a,
83
"estimation_options"_a = est_options,
84
"refinement_options"_a = ref_options,
85
"return_covariance"_a = false,
0 commit comments