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 #84opencv-python was limited to <4.11, justification is also there.
Need to add conditional logic for OpenCV versions before and after 4.11 in cases where cv2.IMREAD_UNCHANGED is used or implied. The version restriction should be removed.
The text was updated successfully, but these errors were encountered:
In #84
opencv-python
was limited to <4.11, justification is also there.Need to add conditional logic for OpenCV versions before and after 4.11 in cases where
cv2.IMREAD_UNCHANGED
is used or implied. The version restriction should be removed.The text was updated successfully, but these errors were encountered: