Datasets:
metadata
license: mit
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, containing 489 images and segmentation masks. There is no change to any image or segmentation mask.
Official Release
For more information, please go to the official GitHub repo.
- License (official): MIT license
- 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")