PyTorch_YOLOv4
PyTorch_YOLOv4 copied to clipboard
get_coco2017 issue unziping labels inside coco2017labels.zip
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
solved by loading zip at this adress: https://github.com/ultralytics/yolov5/releases/download/v1.0/coco2017labels.zip