Loading images in google colab

后端 未结 11 1842
梦如初夏
梦如初夏 2021-01-30 15:01

My Jupyter Notebook has the following code to upload an image to Colab:

from google.colab import files
uploaded = files.upload()

I get prompted

11条回答
  •  萌比男神i
    2021-01-30 15:44

    You can upload files manually to you google colab working directory by clicking on the folder drawing button on the left. They are then accessible just as they would be on your computer.

提交回复
热议问题