kanguyen-vn commited on
Commit
deb0dd2
·
verified ·
1 Parent(s): cef7064

Update dataset card download instructions

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -84,7 +84,16 @@ data/coco_2017/
84
  └── val2017/
85
  ```
86
 
87
- Overlay this annotation bundle into `data/mixed_parts_data`:
 
 
 
 
 
 
 
 
 
88
 
89
  ```bash
90
  cp -r /path/to/MixedParts/* data/mixed_parts_data/
 
84
  └── val2017/
85
  ```
86
 
87
+ Download this annotation bundle directly into `data/mixed_parts_data`:
88
+
89
+ ```bash
90
+ huggingface-cli download PLAN-Lab/MixedParts \
91
+ --repo-type dataset \
92
+ --local-dir data/mixed_parts_data \
93
+ --local-dir-use-symlinks False
94
+ ```
95
+
96
+ If you downloaded the bundle somewhere else, overlay it into `data/mixed_parts_data`:
97
 
98
  ```bash
99
  cp -r /path/to/MixedParts/* data/mixed_parts_data/