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