Skip to content

Commit

Permalink
Fix zipfile name for coco128-segments (ultralytics#4914)
Browse files Browse the repository at this point in the history
  • Loading branch information
jebastin-nadar committed Sep 25, 2021
1 parent 9d84d90 commit 22b07de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/scripts/get_coco128.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Download/unzip images and labels
d='../datasets' # unzip directory
url=https://github.com/ultralytics/yolov5/releases/download/v1.0/
f='coco128.zip' # or 'coco2017labels-segments.zip', 68 MB
f='coco128.zip' # or 'coco128-segments.zip', 68 MB
echo 'Downloading' $url$f ' ...'
curl -L $url$f -o $f && unzip -q $f -d $d && rm $f &

Expand Down

0 comments on commit 22b07de

Please sign in to comment.