Skip to content

Commit

Permalink
Release the gil
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Jan 23, 2024
1 parent f011b7d commit 0d265d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pycolmap/estimators/two_view_geometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,6 @@ void BindTwoViewGeometryEstimator(py::module& m) {
"points2D2"_a,
"E"_a,
"Calculate the squared Sampson error for a given essential or "
"fundamental matrix.");
"fundamental matrix.",
py::call_guard<py::gil_scoped_release>());
}

0 comments on commit 0d265d5

Please sign in to comment.