YongchengYAO
commited on
Commit
•
d2f6d2d
1
Parent(s):
a7d831c
Upload README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
##
|
2 |
|
3 |
| Source | link |
|
4 |
| ------------ | ------------------------------------------------------------ |
|
@@ -9,9 +9,7 @@ If you use our preprocessed data, please note that the manual segmentation annot
|
|
9 |
|
10 |
- 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)
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
|
16 |
## Download from Huggingface
|
17 |
|
@@ -28,9 +26,7 @@ from huggingface_hub import snapshot_download
|
|
28 |
snapshot_download(repo_id="YongchengYAO/OAIZIB-CM", repo_type='dataset', local_dir="/your/local/folder")
|
29 |
```
|
30 |
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
|
35 |
## Files
|
36 |
|
@@ -47,3 +43,32 @@ snapshot_download(repo_id="YongchengYAO/OAIZIB-CM", repo_type='dataset', local_d
|
|
47 |
- `subInfo_test.xlsx`: list of testing data
|
48 |
- `kneeSideInfo.csv`: a file containing knee side information, used in CartiMorph Toolbox
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Dataset: **OAIZIB-CM**
|
2 |
|
3 |
| Source | link |
|
4 |
| ------------ | ------------------------------------------------------------ |
|
|
|
9 |
|
10 |
- 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)
|
11 |
|
12 |
+
<br/><br/>
|
|
|
|
|
13 |
|
14 |
## Download from Huggingface
|
15 |
|
|
|
26 |
snapshot_download(repo_id="YongchengYAO/OAIZIB-CM", repo_type='dataset', local_dir="/your/local/folder")
|
27 |
```
|
28 |
|
29 |
+
<br/><br/>
|
|
|
|
|
30 |
|
31 |
## Files
|
32 |
|
|
|
43 |
- `subInfo_test.xlsx`: list of testing data
|
44 |
- `kneeSideInfo.csv`: a file containing knee side information, used in CartiMorph Toolbox
|
45 |
|
46 |
+
<br/><br/>
|
47 |
+
|
48 |
+
## Paper
|
49 |
+
|
50 |
+
```
|
51 |
+
@article{YAO2024103035,
|
52 |
+
title = {CartiMorph: A framework for automated knee articular cartilage morphometrics},
|
53 |
+
journal = {Medical Image Analysis},
|
54 |
+
author = {Yongcheng Yao and Junru Zhong and Liping Zhang and Sheheryar Khan and Weitian Chen},
|
55 |
+
volume = {91},
|
56 |
+
pages = {103035},
|
57 |
+
year = {2024},
|
58 |
+
issn = {1361-8415},
|
59 |
+
doi = {https://doi.org/10.1016/j.media.2023.103035}
|
60 |
+
}
|
61 |
+
```
|
62 |
+
|
63 |
+
```
|
64 |
+
@misc{yao2024quantifyingkneecartilageshape,
|
65 |
+
title={Quantifying Knee Cartilage Shape and Lesion: From Image to Metrics},
|
66 |
+
author={Yongcheng Yao and Weitian Chen},
|
67 |
+
year={2024},
|
68 |
+
eprint={2409.07361},
|
69 |
+
archivePrefix={arXiv},
|
70 |
+
primaryClass={eess.IV},
|
71 |
+
url={https://arxiv.org/abs/2409.07361},
|
72 |
+
}
|
73 |
+
```
|
74 |
+
|