AuraZHEE/KiTS23-Lite
收藏Hugging Face2026-04-10 更新2026-04-12 收录
下载链接:
https://hf-mirror.com/datasets/AuraZHEE/KiTS23-Lite
下载链接
链接失效反馈官方服务:
资源简介:
---
license: cc-by-nc-sa-4.0
task_categories:
- image-segmentation
language:
- en
tags:
- medical
- image
pretty_name: 'kits23-lite'
size_categories:
- n<1K
---
## About
This is a subset of the [KiTS23 dataset (version 0.1.3)](https://github.com/neheller/kits23).
- 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.
## News 🔥
- [10 Oct, 2025] This dataset is integrated into 🔥[MedVision](https://huggingface.co/datasets/YongchengYAO/MedVision)🔥
## Segmentation Labels
```python
labels_map = {
"1": "kidney",
"2": "kidney tumor",
"3": "kidney cyst",
}
```
## Official Release
For more information, please go to the [official GitHub repo](https://github.com/neheller/kits23).
- Code License (official): [MIT license](https://github.com/neheller/kits23/blob/main/LICENSE)
- Data License (official): [CC BY-NC-SA](https://github.com/neheller/kits23?tab=readme-ov-file#license-and-attribution)
- Challenge (official): https://kits-challenge.org/kits23/
- Data (official): https://github.com/neheller/kits23
## Download from Huggingface
```bash
#!/bin/bash
pip install huggingface-hub[cli]
huggingface-cli login --token $HF_TOKEN
```
```python
# python
from huggingface_hub import snapshot_download
snapshot_download(repo_id="YongchengYAO/KiTS23-Lite", repo_type='dataset', local_dir="/your/local/folder")
```
提供机构:
AuraZHEE



