updated README.md
Browse files
README.md
CHANGED
@@ -38,24 +38,76 @@ particular data set should be validated against the original data available thro
|
|
38 |
|
39 |
The dataset includes 447 sagittal T1 and T2 MRI series collected from 218 patients across four hospitals.
|
40 |
Segmentation masks indicating the vertebrae, intervertebral discs (IVDs), and spinal canal are also included.
|
|
|
|
|
41 |
|
42 |
-
In addition to MR images and segmentation masks, additional metadata (e.g.,
|
43 |
-
patient characteristics (sex and age
|
|
|
44 |
|
45 |
## Dataset Structure
|
46 |
|
47 |
### Data Instances
|
48 |
|
|
|
|
|
|
|
49 |
### Data Fields
|
50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
### Data Splits
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
## Dataset Curation
|
54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
### Source Data
|
56 |
|
57 |
### Processing Steps
|
58 |
|
|
|
|
|
59 |
## Additional Information
|
60 |
|
61 |
### License
|
|
|
38 |
|
39 |
The dataset includes 447 sagittal T1 and T2 MRI series collected from 218 patients across four hospitals.
|
40 |
Segmentation masks indicating the vertebrae, intervertebral discs (IVDs), and spinal canal are also included.
|
41 |
+
Segmentation masks were created manually by a medical trainee under the supervision of
|
42 |
+
a medical imaging expert and an experienced musculoskeletal radiologist.
|
43 |
|
44 |
+
In addition to MR images and segmentation masks, additional metadata (e.g., scanner manufacturer, pixel bandwidth, etc.), limited
|
45 |
+
patient characteristics (biological sex and age, when available), and radiological gradings indicating specific degenerative
|
46 |
+
changes can be loaded with the corresponding image data.
|
47 |
|
48 |
## Dataset Structure
|
49 |
|
50 |
### Data Instances
|
51 |
|
52 |
+
There are 447 images and corresponding segmentation masks for 218 unique patients.
|
53 |
+
...
|
54 |
+
|
55 |
### Data Fields
|
56 |
|
57 |
+
- Numeric representation of image
|
58 |
+
- Numeric representation of segmentation
|
59 |
+
- vertebrae
|
60 |
+
- intervertebral discs
|
61 |
+
- spinal canal
|
62 |
+
- Patient characteristics
|
63 |
+
- biological sex
|
64 |
+
- age
|
65 |
+
- Scanner characteristics
|
66 |
+
- manufacturer
|
67 |
+
- etc.
|
68 |
### Data Splits
|
69 |
|
70 |
+
The training set contains [x] images distributed as follows:
|
71 |
+
|
72 |
+
- Unique individuals: [x]
|
73 |
+
|
74 |
+
- Standard sagittal T1 images: [x]
|
75 |
+
- Standard sagittal T2 images: [y]
|
76 |
+
- Standard sagittal T2 SPACE images: [z]
|
77 |
+
-
|
78 |
+
The validation set contains 87 images distributed as follows:
|
79 |
+
|
80 |
+
- Unique individuals: [x]
|
81 |
+
|
82 |
+
- Standard sagittal T1 images: [x]
|
83 |
+
- Standard sagittal T2 images: [y]
|
84 |
+
- Standard sagittal T2 SPACE images: [z]
|
85 |
+
|
86 |
+
An additional hidden test set (not available through Hugging Face) is available on the [SPIDER Grand Challenge](spider.grand-challenge.org).
|
87 |
+
|
88 |
+
## Image Resolution
|
89 |
+
|
90 |
+
Standard sagittal T1 and T2 image resolution ranges from 3.3 x 0.33 x 0.33 mm to 4.8 x 0.90 x 0.90 mm.
|
91 |
+
Sagittal T2 SPACE sequence images had a near isotropic spatial resolution with a voxel size of 0.90 x 0.47 x 0.47 mm.
|
92 |
+
[Source](https://spider.grand-challenge.org/data/)
|
93 |
+
|
94 |
## Dataset Curation
|
95 |
|
96 |
+
The data have been curated to enable users to load any of the following:
|
97 |
+
|
98 |
+
- Raw image files
|
99 |
+
- Raw segmentation masks
|
100 |
+
- Numeric representations of images in tensor format
|
101 |
+
- Numeric representations of segmentation masks in tensor format
|
102 |
+
- Linked patient characteristics (limited to sex and age, if available)
|
103 |
+
- Linked scanner characteristics
|
104 |
+
|
105 |
### Source Data
|
106 |
|
107 |
### Processing Steps
|
108 |
|
109 |
+
TBD (will include conversion of .mha files to numeric representations)
|
110 |
+
|
111 |
## Additional Information
|
112 |
|
113 |
### License
|