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
One could use Python multi-threading if the wrapper would release GIL on heavy C/C++ calls like DecodeImage. One implementation attempt has been already made, but it appeared that much more work is required.