Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在考虑将 colaboratory 用于计算机视觉项目。我需要从互联网(不是本地)下载这些视频文件到 colaboratory 并使用它们。我怎样才能做到这一点?
您可以使用 shell 命令,如wget或curl通过 HTTP 下载文件。
wget
curl
例如,在代码单元中执行以下代码段会将相应的视频保存到本地文件系统。
!wget http://www.sample-videos.com/video/mp4/720/big_buck_bunny_720p_1mb.mp4