【问题标题】:python image unable to load using google colab environment FileNotFoundError: [Errno 2] No such file or directory:python图像无法使用google colab环境加载FileNotFoundError:[Errno 2]没有这样的文件或目录:
【发布时间】:2022-07-03 23:17:41
【问题描述】:

我尝试在 google colab 环境中加载 python 图像。但由于 FileNotFoundError 失败:[Errno 2] No such file or directory: '/content/gdrive/My Drive/path_to_image/img.jpg' 我已经将图像上传到谷歌驱动器。请帮助解决这个问题 enter image description here

【问题讨论】:

    标签: python google-colaboratory errno filenotfounderror


    【解决方案1】:

    尝试过去的确切文件位置:

    image = img.imread("D:\\Something\Something\img.jpg")
    

    【讨论】:

      猜你喜欢
      • 2019-07-08
      • 1970-01-01
      • 1970-01-01
      • 2022-12-13
      • 1970-01-01
      • 2018-01-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多