File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595# - ISIC2018_Task3_Training_GroundTruth.zip: verified ✓
9696# - ISIC2018_Task1_Training_GroundTruth.zip: verified ✓
9797#
98- # Large files with multipart uploads (ETag has -N suffix, not usable):
99- # - ISIC2018_Task3_Training_Input.zip: requires download (~2.6 GB)
100- # - ISIC2018_Task1-2_Training_Input.zip: requires download (~10.4 GB)
101- _CHECKSUMS : Dict [str , Optional [str ]] = {
98+ # MD5 checksums for all four ZIP archives (sourced from archive.org metadata).
99+ _CHECKSUMS : Dict [str , str ] = {
102100 "ISIC2018_Task3_Training_GroundTruth.zip" : "8302427e4ce0c107559531b9f444abe9" ,
103- "ISIC2018_Task3_Training_Input.zip" : None , # 2.6 GB - multipart, TODO
104- "ISIC2018_Task1-2_Training_Input.zip" : None , # 10.4 GB - multipart, TODO
101+ "ISIC2018_Task3_Training_Input.zip" : "0c281f121070a8d63457caffcdec439a" ,
102+ "ISIC2018_Task1-2_Training_Input.zip" : "8b5be801f37b58ccf533df2928a5906b" ,
105103 "ISIC2018_Task1_Training_GroundTruth.zip" : "ee5e5db7771d48fa2613abc7cb5c24e2" ,
106104}
107105
You can’t perform that action at this time.
0 commit comments