After cloning the GitHub repo, I am trying to run grabcut.py but I am getting error :
Traceback (most recent call last):
File "grabcut.py", line 114, in
img = cv.imread(cv.samples.findFile(filename))
AttributeError: module 'cv2.cv2' has no attribute 'samples'
↧