coco-2017-mirror / README.md
pcuenq's picture
pcuenq HF Staff
Create README.md (#1)
a4cd8b6 verified
---
license: other
license_name: coco
license_link: https://cocodataset.org/#termsofuse
---
# COCO 2017 mirror
This is a just mirror of the raw [COCO dataset](https://cocodataset.org/) files, for convenience. You have to download it using something like:
```bash
pip install huggingface_hub
huggingface-cli download --local-dir coco-2017 pcuenq/coco-2017-mirror
```
And then unzip the files before use.