Datasets:
Dataset Viewer
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 KiTS23 dataset (version 0.1.3).
- 489 images and segmentation masks
- No change to any image or segmentation mask
- Files are renamed according to case IDs
This dataset is released under the CC BY-NC-SA 4.0
license.
Segmentation Labels
labels_map = {
"1": "kidney",
"2": "kidney tumor",
"3": "kidney cyst",
}
Official Release
For more information, please go to the official GitHub repo.
- Code License (official): MIT license
- Data License (official): CC BY-NC-SA
- Challenge (official): https://kits-challenge.org/kits23/
- Data (official): https://github.com/neheller/kits23
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/KiTS23-Lite", repo_type='dataset', local_dir="/your/local/folder")
- Downloads last month
- 83