OpenGVLab / SAM-Med2D

Official implementation of SAM-Med2D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SA-Med2D-20M Dataset Download Link

MarkWijkhuizen opened this issue · comments

In the newly published paper SA-Med2D-20M Dataset: Segment Anything in 2D Medical Imaging with 20 Million masks you state the dataset can be downloaded at this GitHub page.

The data with the redistribution license is publicly available at this https URL.

Where could we find the download link?

Hi, the download link of SA-Med2D-20M can be found at https://openxlab.org.cn/datasets/GMAI/SA-Med2D-20M

Thanks for your reply, I managed to download the dataset!

For anyone else out there wanting to download the dataset, follow these extra steps:

  1. install openxlab pip install openxlab
  2. Go to the Dataset file tab and download the README.md to sign the form that pops up
  3. Under account security in the top right corner menu create an AK/SK key
  4. in a local command prompt run python -m openxlab.cli config and enter the created AK and SK keys
  5. open a Python prompt and run from openxlab.dataset import get
  6. now run get(dataset_repo='GMAI/SA-Med2D-20M', target_path='/path/to/local/folder/') to actually start downloading the files!