Chris Oswald
commited on
Commit
•
db5889f
1
Parent(s):
799fa04
added description
Browse files
SPIDER.py
CHANGED
@@ -11,7 +11,27 @@
|
|
11 |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12 |
# See the License for the specific language governing permissions and
|
13 |
# limitations under the License.
|
14 |
-
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
# Import packages
|
17 |
import csv
|
|
|
11 |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12 |
# See the License for the specific language governing permissions and
|
13 |
# limitations under the License.
|
14 |
+
"""The SPIDER dataset contains (human) lumbar spine magnetic resonance images
|
15 |
+
(MRI) and segmentation masks described in the following paper:
|
16 |
+
|
17 |
+
van der Graaf, J.W., van Hooff, M.L., Buckens, C.F.M. et al. Lumbar spine
|
18 |
+
segmentation in MR images: a dataset and a public benchmark.
|
19 |
+
Sci Data 11, 264 (2024). https://doi.org/10.1038/s41597-024-03090-w
|
20 |
+
|
21 |
+
The dataset includes 447 sagittal T1 and T2 MRI series collected from 218
|
22 |
+
patients across four hospitals. Segmentation masks indicating the vertebrae,
|
23 |
+
intervertebral discs (IVDs), and spinal canal are also included. Segmentation
|
24 |
+
masks were created manually by a medical trainee under the supervision of a
|
25 |
+
medical imaging expert and an experienced musculoskeletal radiologist.
|
26 |
+
|
27 |
+
In addition to MR images and segmentation masks, additional metadata
|
28 |
+
(e.g., scanner manufacturer, pixel bandwidth, etc.), limited patient
|
29 |
+
characteristics (biological sex and age, when available), and radiological
|
30 |
+
gradings indicating specific degenerative changes can be loaded with the
|
31 |
+
corresponding image data.
|
32 |
+
|
33 |
+
HuggingFace repository: https://huggingface.co/datasets/cdoswald/SPIDER
|
34 |
+
"""
|
35 |
|
36 |
# Import packages
|
37 |
import csv
|