【发布时间】:2021-02-15 19:22:54
【问题描述】:
从 IPython.display 导入图像 图片(“驱动器/我的驱动器/狗品种/火车/001513dfcb2ffafc82cccf4d8bbaba97”)
当我在 google colab 中运行上面的代码时,图像不可见,我得到如下输出,
请告诉我如何解决这个问题
【问题讨论】:
-
确保你的驱动器已经像this tutorial一样挂载到google colab,并通过
os.path.exists()检查图像路径
标签: python python-3.x image google-colaboratory