Skip to content

Instantly share code, notes, and snippets.

@rreece
Last active August 12, 2023 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rreece/06f85cc6241bb9752e827c63e34948e0 to your computer and use it in GitHub Desktop.
Save rreece/06f85cc6241bb9752e827c63e34948e0 to your computer and use it in GitHub Desktop.
How to download the COCO 2017 dataset

COO 2017 dataset

Ryan downloaded the COCO data from here: https://cocodataset.org/#download

wget http://images.cocodataset.org/zips/val2017.zip
wget http://images.cocodataset.org/zips/test2017.zip
wget http://images.cocodataset.org/annotations/annotations_trainval2017.zip

Ryan Reece 2023-08-01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment