Angelou0516 commited on
Commit
16eaaf4
·
verified ·
1 Parent(s): b5f0f21

Upload SPIDER lumbar spine MR dataset (Zenodo v4)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +57 -0
  2. images/images/100_t1.mha +3 -0
  3. images/images/100_t2.mha +3 -0
  4. images/images/101_t1.mha +3 -0
  5. images/images/101_t2.mha +3 -0
  6. images/images/104_t1.mha +3 -0
  7. images/images/104_t2.mha +3 -0
  8. images/images/105_t1.mha +3 -0
  9. images/images/105_t2.mha +3 -0
  10. images/images/106_t1.mha +3 -0
  11. images/images/106_t2.mha +3 -0
  12. images/images/107_t1.mha +3 -0
  13. images/images/107_t2.mha +3 -0
  14. images/images/107_t2_SPACE.mha +3 -0
  15. images/images/108_t1.mha +3 -0
  16. images/images/108_t2.mha +3 -0
  17. images/images/109_t1.mha +3 -0
  18. images/images/109_t2.mha +3 -0
  19. images/images/10_t1.mha +3 -0
  20. images/images/10_t2.mha +3 -0
  21. images/images/110_t1.mha +3 -0
  22. images/images/110_t2.mha +3 -0
  23. images/images/110_t2_SPACE.mha +3 -0
  24. images/images/112_t1.mha +3 -0
  25. images/images/112_t2.mha +3 -0
  26. images/images/113_t1.mha +3 -0
  27. images/images/113_t2.mha +3 -0
  28. images/images/115_t1.mha +3 -0
  29. images/images/115_t2.mha +3 -0
  30. images/images/116_t1.mha +3 -0
  31. images/images/116_t2.mha +3 -0
  32. images/images/117_t1.mha +3 -0
  33. images/images/117_t2.mha +3 -0
  34. images/images/118_t1.mha +3 -0
  35. images/images/118_t2.mha +3 -0
  36. images/images/118_t2_SPACE.mha +3 -0
  37. images/images/11_t1.mha +3 -0
  38. images/images/11_t2.mha +3 -0
  39. images/images/11_t2_SPACE.mha +3 -0
  40. images/images/120_t2.mha +3 -0
  41. images/images/121_t1.mha +3 -0
  42. images/images/121_t2.mha +3 -0
  43. images/images/122_t1.mha +3 -0
  44. images/images/122_t2.mha +3 -0
  45. images/images/123_t2.mha +3 -0
  46. images/images/124_t2.mha +3 -0
  47. images/images/125_t1.mha +3 -0
  48. images/images/125_t2.mha +3 -0
  49. images/images/126_t1.mha +3 -0
  50. images/images/127_t1.mha +3 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - image-segmentation
5
+ tags:
6
+ - medical
7
+ - mri
8
+ - lumbar-spine
9
+ - segmentation
10
+ - vertebrae
11
+ - intervertebral-disc
12
+ - spinal-canal
13
+ size_categories:
14
+ - n<1K
15
+ ---
16
+
17
+ # SPIDER — Lumbar Spine Segmentation in MR Images
18
+
19
+ Public release of the SPIDER dataset: 218 patients, 447 sagittal lumbar-spine MRI series with reference segmentations of vertebrae, intervertebral discs (IVDs), and spinal canal. Source: van der Graaf et al., *Scientific Data* 11:264 (2024).
20
+
21
+ ## Contents
22
+
23
+ | Path | Description |
24
+ |------|-------------|
25
+ | `images/images/` | 447 `.mha` MRI volumes — naming `{patient_id}_{t1|t2|t2_SPACE}.mha` (196 T1 + 210 T2 + 41 T2-SPACE) |
26
+ | `masks/masks/` | 447 `.mha` reference segmentations, one per image |
27
+ | `overview.csv` | Per-series metadata: subset (training/validation), sex, vendor, sequence parameters, etc. |
28
+ | `radiological_gradings.csv` | Per-IVD radiological gradings (Modic, Pfirrmann, herniation, etc.) |
29
+
30
+ ## Splits
31
+
32
+ Split assignment is in `overview.csv` column `subset`:
33
+
34
+ - **training** — 360 series
35
+ - **validation** — 87 series
36
+
37
+ (The Grand Challenge hidden test set of 39 patients is **not** included; it is only accessible via https://spider.grand-challenge.org/.)
38
+
39
+ ## Label Scheme (masks)
40
+
41
+ - Vertebrae: sequential integer labels (numbered top-down)
42
+ - IVDs: labeled by the vertebra immediately above (lowest IVD = 201, next up = 202, ...)
43
+ - Spinal canal: 100
44
+ - Background: 0
45
+
46
+ ## Recommended Ground Truth
47
+
48
+ Use `masks/masks/`. The 41 T2-SPACE series are the most authoritative tier (fully manual annotation on near-isotropic, higher-resolution voxels). T1/T2 masks were produced by iterative semi-automatic refinement under MSK-radiologist supervision.
49
+
50
+ ## Source
51
+
52
+ - **Paper**: van der Graaf, J. W., et al. (2024). Lumbar spine segmentation in MR images: a dataset and a public benchmark. *Sci Data* 11, 264. doi:10.1038/s41597-024-03090-w
53
+ - **Original Zenodo**: https://zenodo.org/records/10159290
54
+ - **Grand Challenge**: https://spider.grand-challenge.org/
55
+ - **License**: CC-BY 4.0
56
+
57
+ This HuggingFace mirror reproduces the Zenodo v4 release (Nov 2023, modified Mar 2024) without modification.
images/images/100_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3af11fe935c529b88f1c5fef546d07a97299b0fe715f2a6a73bf4dd08096a846
3
+ size 7105555
images/images/100_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdb89801b52209da95152d583b63a974a659b7e236b5a5fcdb3e442d31c3622e
3
+ size 7118571
images/images/101_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a3195da744546d5ab37830b7b132da1a3cef1d61ba81bbe61b6c83282eb6c01
3
+ size 1839721
images/images/101_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee8f5691498d57f937d6402f25ebf7d44c645982422771dd39c680237aa9f6e1
3
+ size 2361432
images/images/104_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7763ae4fd40b8e3ed8535851135e8451f19524127f71e2a6d03dc4280e009a10
3
+ size 1822712
images/images/104_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2316b5ff6afe174419b4142dbcacd3f5563e3e0787d4ee595bb85bf3bbe1d54d
3
+ size 2706068
images/images/105_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff93778783ed2c840ca9be47b3a601b3a80b06df8699548e37273de7ac76caed
3
+ size 4534255
images/images/105_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d234137129b31ea622203ae50b7d13a7a23ea1d425efe06052dedbeeee81ab2
3
+ size 4604875
images/images/106_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ae6177df4f66eb48d7073c0065b591278e2d5181d7019cb32ada4b78a229e1b
3
+ size 2971403
images/images/106_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ab3480ae8683a69bf80eca2b83a1ca126310271e8b7b1011a6086c1c4d74224
3
+ size 2912377
images/images/107_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e682c89d27a2add47bbee1488a7eaa237c7861f65ae377b0d099aa65363e1385
3
+ size 4783217
images/images/107_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13461b90226bc7fae3d7ec67cde6faec4c9fedb0a08fb4eb2ac58644a2bc5a22
3
+ size 4481965
images/images/107_t2_SPACE.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:540ed4706578771f25daee9f6bf423a19cd672878c47389aea832b7f9a2e7ae3
3
+ size 39257028
images/images/108_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38f90b5b3a04e4a4896360afbaf04a3af0f864a5892080dfa8d185fc9f576ce4
3
+ size 3179988
images/images/108_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ac45011070c80a44d76d4deb287d499b1ea88d3071a84f77a4bea18b32d7a6c
3
+ size 3160452
images/images/109_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3aa8d9015c1ce894e6f80b9cbca1a4c2aa9d5d671b4a47fe829639e282b91342
3
+ size 10583810
images/images/109_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cf40377988c883fbdabce630874f5e496edfb1520e867692d7964079a47ad82
3
+ size 10854353
images/images/10_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de0bc1f43ba903d40b71bdd9f31b41d1058cb0f6d40b5173d2e80ab882ec12ea
3
+ size 14919769
images/images/10_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fc7d4032eb0cf41dcdeea83a6f8d3fb1a14b315bfc0ca621308ce47df310173
3
+ size 11495971
images/images/110_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bbbad91724780105746f5ddb14509a56eec35b5c27c722a98fcc88f63da3de7
3
+ size 5155231
images/images/110_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44b350de4e1ce077fc6e645628a7aea7dee7656bc6ac76c42bba0258bb851705
3
+ size 4701492
images/images/110_t2_SPACE.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4977dfee4194b5ede9ffe36959193c0302f1243b94793e15ad8c780f4d08e28
3
+ size 36776436
images/images/112_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ee635cef07a720aa9241c076827863c0b713b3a1c2a66cc46e3a0b9e4a7381f
3
+ size 4385960
images/images/112_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6e64434bcb5c592b867130b789ca90862615dbddcfeba45702eb5e54ed38078
3
+ size 4263336
images/images/113_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edcf28607dcab2128401e8d31d9e5bb00ca396f77d4f08c023a254e089b4ae95
3
+ size 4976403
images/images/113_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32b61bb21a5e258524b320cd875621fb9a5cb25bf42261bd8e59a3ed36c8751c
3
+ size 5179948
images/images/115_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ca882a94e54f74306278cbcdf9b30ca6cb6f507ea9e0250d8f0b3d7088f703e
3
+ size 4409887
images/images/115_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ed0a0d085cfeb8889f8e63c0b1b34d2c1384dee37b72912c32a9224e2e1ccf2
3
+ size 4402865
images/images/116_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad916ab35663b76881433bed03c34c6b945360b660d0b24a3fcf4b3ad720bde9
3
+ size 1868286
images/images/116_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03c26ed0f222a96837e5bad92926fa002a34e4b871dbff4f46bc65c777aac089
3
+ size 3756755
images/images/117_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2189d060a161805af32d62171b006fa165da85b6119afdf925975876bc5e222b
3
+ size 4484421
images/images/117_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12b1cdd2000b5feb525ea3d1993c4b06687634426d1ec7abc84ef0894fc7cc64
3
+ size 4427780
images/images/118_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:288b1aa69772f70d57a96621c23ad1d958eadb262493aa4c9a603cc1a4d2cf2c
3
+ size 3992874
images/images/118_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d23385087dd89a55a9a465b761789808fb9e2207d048de39e82eb20df642470c
3
+ size 3870739
images/images/118_t2_SPACE.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0a26ff7eebac0420ea31ef257d9dd81a3c0078fcea057d677298dd4b89dacba
3
+ size 35619257
images/images/11_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf75fd3e6cbe3e0277c398a02e2ee2d2c5cc332debfbf6fda3c0a4c76f215707
3
+ size 7564780
images/images/11_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41aeabb4d8e17164b8a39472504452acb0dc582017f1db4cff9b76eb336cec83
3
+ size 6387332
images/images/11_t2_SPACE.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a03af03bcbc61ee8569dd1a6a188d1b1a49f187f9f9b8baff1914848e313a22c
3
+ size 42762380
images/images/120_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2529ac1d368303681dbd9e954795eb0d24909efb642a920b64b89a945ae2807a
3
+ size 2058078
images/images/121_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc9d05ad2df5f4e0755a656f07a3653349f493bf42db4dc6961179ea1c4ea1ef
3
+ size 4089270
images/images/121_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cff37b1fa25954d70c243a67525ae582b5858162e2d08378629957e3bffec473
3
+ size 4178507
images/images/122_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30fefa3b0c8ea6ceefeb87dd570d89336f0f114bba784829d4efb2a17be62175
3
+ size 1638139
images/images/122_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c16f19504433fbd640acd6de2dbb691c58f69ec000f25a9e32db8f12d53335b4
3
+ size 2444362
images/images/123_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ba5402295c825288c2c8e2c19d3019811a0afc79a1602128a3833abedd81bff
3
+ size 3889001
images/images/124_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4944a7a1f555e5ab2b4256ffd32f19efb1fb28131c74169d4077cbeec4ce731a
3
+ size 2421264
images/images/125_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7531d82f791a721ed1169a75286a9d84e8c51d00f08bdb4c1ad3ea5633e7b050
3
+ size 4511651
images/images/125_t2.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a1b8e463e6c8952aaacced30760e8cf761f65d85083928c7597125d61be14ec
3
+ size 4506145
images/images/126_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45b892fd867ed9a09d17d27b4f04227609b1d9a95e1fdc26dab8374845814351
3
+ size 2888606
images/images/127_t1.mha ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43dfeb696f7a59201694b4e4a4091f8a02ae55de6bd0b2cf80645f593376a8fc
3
+ size 5380944