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.
By clicking “Sign up for GitHub”, you agree to our
terms of service
and
privacy statement
. We’ll occasionally send you account related emails.
Already on GitHub?
Sign in
to your account
Operating System / Platform => Ubuntu 18
Problem description
Trying to initialize selective search segmentation with opencv
ss = cv2.ximgproc.segmentation.createSelectiveSearchSegmentation()
And I get an attribute error:
AttributeError: module ‘cv2.cv2’ has no attribute ‘ximgproc’
Hope that the solution will not be to downgrade the open-cv version.