OAIZIB-CM / README.md
YongchengYAO's picture
Upload README.md
a7d831c verified
|
raw
history blame
1.44 kB

:rocket: Dataset: OAIZIB-CM

Source link
Google Drive here
Huggingface here

If you use our preprocessed data, please note that the manual segmentation annotations come from this work:

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 data
  • subInfo_test.xlsx: list of testing data
  • kneeSideInfo.csv: a file containing knee side information, used in CartiMorph Toolbox