NVIDIA / DeepLearningExamples

State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure.
13.24k stars 3.17k forks source link

[Mask R-CNN/PyTorch] Checksum mismatch for train2017.zip #1215

Open shangziyuan opened 1 year ago

shangziyuan commented 1 year ago

I am experiencing a checksum mismatch for train2017.zip for PyTorch Mask R-CNN when trying to download the COCO 2017 dataset.

I ran: cd DeepLearningExamples/PyTorch/Segmentation/MaskRCNN ./download_dataset.sh <data/dir>

I am getting the following output saying that train2017.zip has failed the hashcheck: coco_annotations_minival.tgz: OK train2017.zip: FAILED val2017.zip: OK annotations_trainval2017.zip: OK md5sum: WARNING: 1 computed checksum did NOT match DOWNLOAD FAILED HASHCHECK

I want to know if the checksum in hashes.md5 for train2017.zip is outdated?

ShriyaPalsamudram commented 1 year ago

@shangziyuan that's a good catch, the hashes were indeed outdated but it has been fixed now. Please pull the latest code and try again.

Here's the commit with the fix.