File size: 407 Bytes
a4cd8b6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
---
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. |