pcuenq HF Staff commited on
Commit
a4cd8b6
·
verified ·
1 Parent(s): 5200d2c

Create README.md (#1)

Browse files

- Create README.md (fbbee70f52f540987cca6936c9f1d7b1ff969ad1)

Files changed (1) hide show
  1. README.md +17 -0
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.