File size: 2,179 Bytes
d2f6d2d
a7d831c
 
 
 
 
 
 
 
 
 
d2f6d2d
a7d831c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d2f6d2d
a7d831c
 
 
 
71b7347
 
 
 
 
 
a7d831c
71b7347
 
 
 
a7d831c
d2f6d2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
##  Dataset: **OAIZIB-CM**

| Source       | link                                                         |
| ------------ | ------------------------------------------------------------ |
| Google Drive | [here](https://drive.google.com/drive/folders/13_afAKSH7ZMOI_Nk2gfoihbJKwafw1l9?usp=share_link) |
| Huggingface  | [here](https://huggingface.co/datasets/YongchengYAO/OAIZIB-CM/tree/main) |

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)

<br/><br/>

## 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/OAIZIB-CM", repo_type='dataset', local_dir="/your/local/folder")
```

<br/><br/>

## 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

<br/><br/>

## Paper

```
@article{YAO2024103035,
title = {CartiMorph: A framework for automated knee articular cartilage morphometrics},
journal = {Medical Image Analysis},
author = {Yongcheng Yao and Junru Zhong and Liping Zhang and Sheheryar Khan and Weitian Chen},
volume = {91},
pages = {103035},
year = {2024},
issn = {1361-8415},
doi = {https://doi.org/10.1016/j.media.2023.103035}
}
```

```
@misc{yao2024quantifyingkneecartilageshape,
      title={Quantifying Knee Cartilage Shape and Lesion: From Image to Metrics}, 
      author={Yongcheng Yao and Weitian Chen},
      year={2024},
      eprint={2409.07361},
      archivePrefix={arXiv},
      primaryClass={eess.IV},
      url={https://arxiv.org/abs/2409.07361}, 
}
```