OpenGVLab / SAM-Med2D

Official implementation of SAM-Med2D
Apache License 2.0
885 stars 84 forks source link

Dataset Download Unzip Problem #33

Open Will-Zhao0 opened 12 months ago

Will-Zhao0 commented 12 months ago

After I finished downloading, there are 11 data files: SA-Med2D-16M.z0*, SA-Med2D-16M.z10, SA-Med2D-16M.zip.

In the unzip command you provided, 1. zip SA-Med2D-20M.zip SA-Med2D-16M.z0* SA-Med2D-16M.z10 -s=0 --out {full}.zip, there is no file called SA-Med2D-20M.zip; and if I changed the command to zip SA-Med2D-16M.zip SA-Med2D-16M.z0* SA-Med2D-16M.z10 -s=0 --out {full}.zip, and then unzip the {full}.zip, I got less data samples than claimed.

Yejin0111 commented 12 months ago

Thanks for your feedback, we have corrected the problem on the homepage.

Zkx199800 commented 10 months ago

Afer I finished downloading , but there only 10 data files: SA-Med2D-16M.z0*, SA-Med2D-16M.z10, how to unzip these files?