gpt4 book ai didi

image-processing - 无法在 google colab 上使用 PIL 显示图像

转载 作者:行者123 更新时间:2023-12-03 13:50:43 29 4
gpt4 key购买 nike

我正在尝试使用 PIL 来显示图像。我知道我可以使用其他模块来做到这一点。我正在研究谷歌 colab。但我不明白为什么 PIL 没有显示输出图像。

% matplotlib inline
import numpy as np
import PIL
im=Image.open('/content/drive/My Drive/images-process.jpeg')
print(im.width, im.height, im.mode, im.format, type(im))
im.show()

输出:739 415 RGB JPEG <类'PIL.JpegImagePlugin.JpegImageFile'>

最佳答案

代替

im.show()

试一试
im

Colab 应该尝试自行显示它。见 example notebook

关于image-processing - 无法在 google colab 上使用 PIL 显示图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60034512/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com