Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,46 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: cadsdataset
|
4 |
-
license_link: https://github.com/murong-xu/CADS
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: cadsdataset
|
4 |
+
license_link: https://github.com/murong-xu/CADS
|
5 |
+
task_categories:
|
6 |
+
- image-segmentation
|
7 |
+
tags:
|
8 |
+
- medical
|
9 |
+
- ct
|
10 |
+
- segmentation
|
11 |
+
- image
|
12 |
+
- 3d
|
13 |
+
- whole-body
|
14 |
+
- anatomy
|
15 |
+
size_categories:
|
16 |
+
- 10K<n<100K
|
17 |
+
---
|
18 |
+
|
19 |
+
# CADS: A Comprehensive Anatomical Dataset and Segmentation for Whole-Body Anatomy in CT
|
20 |
+
|
21 |
+
<img src="https://raw.githubusercontent.com/murong-xu/CADS/refs/heads/main/resources/images/whole-body-parts-visualization.png" width="70%">
|
22 |
+
|
23 |
+
Paper preprint: TBD
|
24 |
+
|
25 |
+
This repo contains CADS-dataset, a multi-source CT collection for comprehensive whole-body anatomy segmentation.
|
26 |
+
|
27 |
+
Please be aware that usage of the dataset is subject to a [Data Usage Agreement](https://github.com/murong-xu/CADS) and a [Citation Policy](https://github.com/murong-xu/CADS).
|
28 |
+
|
29 |
+
## Description
|
30 |
+
statistics of the dataset
|
31 |
+
|
32 |
+
_For further details about the dataset, please refer to the [paper preprint](TBD)_.
|
33 |
+
|
34 |
+
## Format
|
35 |
+
|
36 |
+
All images and segmentations are provided as NIfTI files, maintaining their original dataset formats. The directory structure is organized as:
|
37 |
+
|
38 |
+
```
|
39 |
+
-- cads-dataset
|
40 |
+
|-- sub_01
|
41 |
+
|-- ses_01
|
42 |
+
|-- t1.nii.gz
|
43 |
+
```
|
44 |
+
|
45 |
+
The dataset has been collected from the following public sources: ....
|
46 |
+
each dataset: license, citation source
|