Create README.md
#1
by
pcuenq
HF Staff
- opened
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: coco
|
| 4 |
+
license_link: https://cocodataset.org/#termsofuse
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# COCO 2017 mirror
|
| 8 |
+
|
| 9 |
+
This is a just mirror of the raw [COCO dataset](https://cocodataset.org/) files, for convenience. You have to download it using something like:
|
| 10 |
+
|
| 11 |
+
```bash
|
| 12 |
+
pip install huggingface_hub
|
| 13 |
+
|
| 14 |
+
huggingface-cli download --local-dir coco-2017 pcuenq/coco-2017-mirror
|
| 15 |
+
```
|
| 16 |
+
|
| 17 |
+
And then unzip the files before use.
|