:rocket: Dataset: OAIZIB-CM
If you use our preprocessed data, please note that the manual segmentation annotations come from this work:
- Automated Segmentation of Knee Bone and Cartilage combining Statistical Shape Knowledge and Convolutional Neural Networks: Data from the Osteoarthritis Initiative (https://doi.org/10.1016/j.media.2018.11.009)
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/OAIZIB-CM", repo_type='dataset', local_dir="/your/local/folder")
Files
Images & Labels
- imagesTr: training images (#404)
- labelsTr: training segmentation masks (#404)
- imagesTs: testing images (#103)
- labelsTs: testing segmentation masks (#103)
Data Split & Info
subInfo_train.xlsx
: list of training datasubInfo_test.xlsx
: list of testing datakneeSideInfo.csv
: a file containing knee side information, used in CartiMorph Toolbox