Update get_coco.sh (#10057)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/10068/head
Glenn Jocher 2022-11-06 18:43:07 +01:00 committed by GitHub
parent 78ed31c95a
commit 6ae3dff7d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ url=https://github.com/ultralytics/yolov5/releases/download/v1.0/
if [ "$segments" == "true" ]; then if [ "$segments" == "true" ]; then
f='coco2017labels-segments.zip' # 168 MB f='coco2017labels-segments.zip' # 168 MB
else else
f='coco2017labels.zip' # 168 MB f='coco2017labels.zip' # 46 MB
fi fi
echo 'Downloading' $url$f ' ...' echo 'Downloading' $url$f ' ...'
curl -L $url$f -o $f -# && unzip -q $f -d $d && rm $f & curl -L $url$f -o $f -# && unzip -q $f -d $d && rm $f &