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