Download a Dataset#
We have a few datasets prepared in the nnU-Net format publicly available on the Central Data Storage Server. You can download them using a built-in function in MIP Candy.
from mipcandy import download_dataset
download_dataset("nnunet_datasets/PH2", "where/to/save")
This will create a folder “where/to/save” and subfolders like “where/to/save/imagesTr”.
Available Datasets#
AbdomenCT-1K#
A 3D abdomen CT segmentation dataset with four classes: liver, kidney, spleen, and pancreas.
PH2#
A small 2D binary melanocytic lesions segmentation dataset.