可能图片路径中有中文,比如在桌面,当然和转义字符也有问题,用windows的多试下'r和\\

中文路径改用


img = cv2.imdecode(np.fromfile(img, dtype=np.uint8), cv2.IMREAD_COLOR)