cdoswald commited on
Commit
34492b5
·
verified ·
1 Parent(s): 69d3d64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -11,6 +11,8 @@ tags:
11
  size_categories:
12
  - n<1K
13
  pretty_name: 'SPIDER: Spine MRI Segmentation'
 
 
14
  ---
15
 
16
  # Spine Segmentation: Discs, Vertebrae and Spinal Canal (SPIDER)
@@ -20,7 +22,7 @@ The SPIDER dataset contains (human) lumbar spine magnetic resonance images (MRI)
20
  - van der Graaf, J.W., van Hooff, M.L., Buckens, C.F.M. et al. *Lumbar spine segmentation in MR images: a dataset and a public benchmark.*
21
  Sci Data 11, 264 (2024). https://doi.org/10.1038/s41597-024-03090-w
22
 
23
- Original data are available on [Zenodo](https://zenodo.org/records/8009680). More information can be found at [SPIDER Grand Challenge](https://spider.grand-challenge.org/).
24
 
25
  <figure>
26
  <img src="docs/ex1.png" alt="Example MRI Image" style="height:300px;">
@@ -250,10 +252,10 @@ The dataset is published under a CC-BY 4.0 license: https://creativecommons.org/
250
  ### Disclaimer
251
 
252
  I am not affiliated in any way with the aforementioned paper, researchers, or organizations. Please validate any findings using this curated dataset
253
- against the original data provided by the researchers on [Zenodo](https://zenodo.org/records/8009680).)
254
 
255
  ### Known Issues/Bugs
256
 
257
  1. Serializing data into Apache Arrow format is required to make the dataset available via HuggingFace's `datasets` library. However, it introduces some segmentation
258
  mask integer values that do not map exactly to a defined [anatomical feature category](https://grand-challenge.org/algorithms/spider-baseline-iis/).
259
- See the data loading [tutorial](tutorials/load_data.ipynb) for more information and temporary work-arounds.
 
11
  size_categories:
12
  - n<1K
13
  pretty_name: 'SPIDER: Spine MRI Segmentation'
14
+ task_categories:
15
+ - image-segmentation
16
  ---
17
 
18
  # Spine Segmentation: Discs, Vertebrae and Spinal Canal (SPIDER)
 
22
  - van der Graaf, J.W., van Hooff, M.L., Buckens, C.F.M. et al. *Lumbar spine segmentation in MR images: a dataset and a public benchmark.*
23
  Sci Data 11, 264 (2024). https://doi.org/10.1038/s41597-024-03090-w
24
 
25
+ Original data are available on [Zenodo](https://zenodo.org/records/10159290). More information can be found at [SPIDER Grand Challenge](https://spider.grand-challenge.org/).
26
 
27
  <figure>
28
  <img src="docs/ex1.png" alt="Example MRI Image" style="height:300px;">
 
252
  ### Disclaimer
253
 
254
  I am not affiliated in any way with the aforementioned paper, researchers, or organizations. Please validate any findings using this curated dataset
255
+ against the original data provided by the researchers on [Zenodo](https://zenodo.org/records/10159290).
256
 
257
  ### Known Issues/Bugs
258
 
259
  1. Serializing data into Apache Arrow format is required to make the dataset available via HuggingFace's `datasets` library. However, it introduces some segmentation
260
  mask integer values that do not map exactly to a defined [anatomical feature category](https://grand-challenge.org/algorithms/spider-baseline-iis/).
261
+ See the data loading [tutorial](tutorials/load_data.ipynb) for more information and temporary work-arounds.