报错:
AttributeError: 'PngImageFile' object has no attribute 'shape'
想查看Image.open打开的图像的维度信息:
np.array(img).shape
报错:
AttributeError: 'PngImageFile' object has no attribute 'shape'
想查看Image.open打开的图像的维度信息:
np.array(img).shape