Importing COCO datasets to google colaboratory

CleanPegasus picture CleanPegasus · Apr 7, 2019 · Viewed 7k times · Source

The COCO dataset is very large for me to upload it to google colab. Is there any way I can directly download the dataset to google colab?

Answer

korakot picture korakot · Apr 7, 2019

You can download it directly with wget

!wget http://images.cocodataset.org/zips/train2017.zip

Also, you should use GPU instance which gives larger space at 350 GB.