Search code examples
pythoncomputer-visiongoogle-colaboratorysemantic-segmentation

Importing COCO datasets to google colaboratory


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?


Solution

  • 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.