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
When running the following script in jupyter notebook, it throws the following error.
cv2.setUseOptimized(True);
ss = cv2.ximgproc.segmentation.createSelectiveSearchSegmentation()
After googled several times, then updated opencv-python and opencv-contrib-python.
But error occurs again and again.
Looking for suggestion
The text was updated successfully, but these errors were encountered:
When running the following script in jupyter notebook, it throws the following error.
cv2.setUseOptimized(True);
ss = cv2.ximgproc.segmentation.createSelectiveSearchSegmentation()
After googled several times, then updated opencv-python and opencv-contrib-python.
But error occurs again and again.
Looking for suggestion
The text was updated successfully, but these errors were encountered: