Datasets:
Dataset Viewer
Full Screen Viewer
Full Screen
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
About
This is a subset of the ISLES24 dataset, containing only the MR images and corresponding manual segmentation masks.
Files in this subset have not been modified.
- 149 MRIs and masks
- MR: Diffusion-weighted imaging (DWI) and corresponding apparent diffusion coefficient (ADC) map; see Section 2.2 of the paper
- Segmentation Masks: see Section 2.5 of the paper
Official Release
Please refer to the offical site for the original ISLES24 dataset.
- Dataset: https://isles-24.grand-challenge.org/dataset/ (CC-BY-NC license)
- CC-BY-NC 4.0: https://creativecommons.org/licenses/by-nc/4.0/
Download from Huggingface
#!/bin/bash
pip install huggingface-hub[cli]
huggingface-cli login --token $HF_TOKEN
# python
from huggingface_hub import snapshot_download
snapshot_download(repo_id="YongchengYAO/ISLES24-MR-Lite", repo_type='dataset', local_dir="/your/local/folder")
- Downloads last month
- 4