WongKinYiu / PyTorch_YOLOv4

PyTorch implementation of YOLOv4
1.88k stars 585 forks source link

get_coco2017 issue unziping labels inside coco2017labels.zip #439

Open ChristopheDelapierre opened 5 months ago

ChristopheDelapierre commented 5 months ago

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 commented 5 months ago

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