Skip to content

Commit ae16408

Browse files
author
Fan Zhang
committed
update zip hash
1 parent 93efaf2 commit ae16408

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

pyhealth/datasets/isic2018.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,11 @@
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

0 commit comments

Comments
 (0)