PyTorch_YOLOv4 icon indicating copy to clipboard operation
PyTorch_YOLOv4 copied to clipboard

get_coco2017 issue unziping labels inside coco2017labels.zip

Open ChristopheDelapierre opened this issue 10 months ago • 1 comments

On windows 11 using git bash and command bash get_coco2017.sh the label ziped file 'coco2017labels.zip' seems to download correctly but script won't unzip it: [coco2017labels.zip] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of coco2017labels.zip or coco2017labels.zip.zip, and cannot find coco2017labels.zip.ZIP, period. 3 other val test and train folders inside images folder unzip correctly

ChristopheDelapierre avatar Apr 18 '24 15:04 ChristopheDelapierre

solved by loading zip at this adress: https://github.com/ultralytics/yolov5/releases/download/v1.0/coco2017labels.zip

ChristopheDelapierre avatar Apr 18 '24 16:04 ChristopheDelapierre