我正在测试第一次 sci-kit 图像。(倡议的祝贺)
img = skimage.data.camera()
print img.shape
img_l = skimage.data.load(filepath)
print img_l.shape
img_i = skimage.data.imread(filepath)
print img_i.shape
我得到的输出是:
()
()
()
有任何想法吗?提前致谢。
我正在测试第一次 sci-kit 图像。(倡议的祝贺)
img = skimage.data.camera()
print img.shape
img_l = skimage.data.load(filepath)
print img_l.shape
img_i = skimage.data.imread(filepath)
print img_i.shape
我得到的输出是:
()
()
()
有任何想法吗?提前致谢。