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
parent
78ed31c95a
commit
6ae3dff7d4
|
@ -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 &
|
||||||
|
|
Loading…
Reference in New Issue