Dear authors,
Thanks for sharing the datasets. However, when we download the datasets from Hugging Face and try to extract files, it turns out there are some errors:
For DHSMU, it has
unzip -o DHSMU.zip DHSMU/ff0b6564d7318f726ba9b5328abd5d43_files/16/55_101.jpeg: mismatching "local" filename (DHSMU/09d7ec0d8b54e9afc3f1a9c6cd8655dd_files/16/64_55.jpeg), continuing with "central" filename version inflating: DHSMU/ff0b6564d7318f726ba9b5328abd5d43_files/16/55_101.jpeg error: invalid zip file with overlapped components (possible zip bomb)
For ZJHSMU and GDPH, it has
`
unzip -o ZJHSMU.zip
Archive: ZJHSMU.zip
warning [ZJHSMU.zip]: zipfile claims to be last disk of a multi-part archive;
attempting to process anyway, assuming all parts have been concatenated
together in order. Expect "errors" and warnings...true multi-part support
doesn't exist yet (coming soon).
error [ZJHSMU.zip]: missing 10737418102 bytes in zipfile
(attempting to process anyway)
error [ZJHSMU.zip]: attempt to seek before beginning of zipfile
(please check that you have transferred or created the zipfile in the
appropriate BINARY mode and that you have compiled UnZip properly)
unzip -o GDPH.zip
Archive: GDPH.zip
warning [GDPH.zip]: zipfile claims to be last disk of a multi-part archive;
attempting to process anyway, assuming all parts have been concatenated
together in order. Expect "errors" and warnings...true multi-part support
doesn't exist yet (coming soon).
error [GDPH.zip]: missing 32212254600 bytes in zipfile
(attempting to process anyway)
error [GDPH.zip]: attempt to seek before beginning of zipfile
(please check that you have transferred or created the zipfile in the
appropriate BINARY mode and that you have compiled UnZip properly)
`
We have double-checked the downloaded files, and we believe those files on Hugging Face are broken.
Could you please update the data files so we can follow your great work?
Thank you so much.
Dear authors,
Thanks for sharing the datasets. However, when we download the datasets from Hugging Face and try to extract files, it turns out there are some errors:
For DHSMU, it has
unzip -o DHSMU.zip DHSMU/ff0b6564d7318f726ba9b5328abd5d43_files/16/55_101.jpeg: mismatching "local" filename (DHSMU/09d7ec0d8b54e9afc3f1a9c6cd8655dd_files/16/64_55.jpeg), continuing with "central" filename version inflating: DHSMU/ff0b6564d7318f726ba9b5328abd5d43_files/16/55_101.jpeg error: invalid zip file with overlapped components (possible zip bomb)For ZJHSMU and GDPH, it has
`
unzip -o ZJHSMU.zip
Archive: ZJHSMU.zip
warning [ZJHSMU.zip]: zipfile claims to be last disk of a multi-part archive;
attempting to process anyway, assuming all parts have been concatenated
together in order. Expect "errors" and warnings...true multi-part support
doesn't exist yet (coming soon).
error [ZJHSMU.zip]: missing 10737418102 bytes in zipfile
(attempting to process anyway)
error [ZJHSMU.zip]: attempt to seek before beginning of zipfile
(please check that you have transferred or created the zipfile in the
appropriate BINARY mode and that you have compiled UnZip properly)
unzip -o GDPH.zip
Archive: GDPH.zip
warning [GDPH.zip]: zipfile claims to be last disk of a multi-part archive;
attempting to process anyway, assuming all parts have been concatenated
together in order. Expect "errors" and warnings...true multi-part support
doesn't exist yet (coming soon).
error [GDPH.zip]: missing 32212254600 bytes in zipfile
(attempting to process anyway)
error [GDPH.zip]: attempt to seek before beginning of zipfile
(please check that you have transferred or created the zipfile in the
appropriate BINARY mode and that you have compiled UnZip properly)
`
We have double-checked the downloaded files, and we believe those files on Hugging Face are broken.
Could you please update the data files so we can follow your great work?
Thank you so much.