jebastin-nadar
commited on
Commit
•
1492632
1
Parent(s):
2c2ef25
Fix zipfile name for coco128-segments (#4914)
Browse files
data/scripts/get_coco128.sh
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
# Download/unzip images and labels
|
11 |
d='../datasets' # unzip directory
|
12 |
url=https://github.com/ultralytics/yolov5/releases/download/v1.0/
|
13 |
-
f='coco128.zip' # or '
|
14 |
echo 'Downloading' $url$f ' ...'
|
15 |
curl -L $url$f -o $f && unzip -q $f -d $d && rm $f &
|
16 |
|
|
|
10 |
# Download/unzip images and labels
|
11 |
d='../datasets' # unzip directory
|
12 |
url=https://github.com/ultralytics/yolov5/releases/download/v1.0/
|
13 |
+
f='coco128.zip' # or 'coco128-segments.zip', 68 MB
|
14 |
echo 'Downloading' $url$f ' ...'
|
15 |
curl -L $url$f -o $f && unzip -q $f -d $d && rm $f &
|
16 |
|