Chris Oswald commited on
Commit
b4f24a3
·
2 Parent(s): 3e1c16f 0e73c02

Merge branch 'main' of https://huggingface.co/datasets/cdoswald/SPIDER

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -11,6 +11,9 @@ 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 +23,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 +253,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
+ - mask-generation
17
  ---
18
 
19
  # Spine Segmentation: Discs, Vertebrae and Spinal Canal (SPIDER)
 
23
  - 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.*
24
  Sci Data 11, 264 (2024). https://doi.org/10.1038/s41597-024-03090-w
25
 
26
+ 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/).
27
 
28
  <figure>
29
  <img src="docs/ex1.png" alt="Example MRI Image" style="height:300px;">
 
253
  ### Disclaimer
254
 
255
  I am not affiliated in any way with the aforementioned paper, researchers, or organizations. Please validate any findings using this curated dataset
256
+ against the original data provided by the researchers on [Zenodo](https://zenodo.org/records/10159290).
257
 
258
  ### Known Issues/Bugs
259
 
260
  1. Serializing data into Apache Arrow format is required to make the dataset available via HuggingFace's `datasets` library. However, it introduces some segmentation
261
  mask integer values that do not map exactly to a defined [anatomical feature category](https://grand-challenge.org/algorithms/spider-baseline-iis/).
262
+ See the data loading [tutorial](tutorials/load_data.ipynb) for more information and temporary work-arounds.