You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the python API, looks like most of the ICP methods release the GIL (global interpreter lock) except for RegistrationGeneralizedICP. It would be handy if that one could also release the lock.
I notice that the pybind functions of legacy geometry class all miss the release of python GIL. It should be carefully considered before we add them all.
jason-cso
changed the title
Pleas release python GIL in RegistrationGeneralizedICP
Please release python GIL in RegistrationGeneralizedICP
Jan 11, 2023
Checklist
master
branch).Proposed new feature or change
In the python API, looks like most of the ICP methods release the GIL (global interpreter lock) except for RegistrationGeneralizedICP. It would be handy if that one could also release the lock.
References
RegistrationGeneralizedICP
Additional information
No response
The text was updated successfully, but these errors were encountered: