Python:实现GrabCut算法 img = cv2.imread('data.jpg') img = cv2.resize(img, (224, 224), interpolation=cv2.</