cdoswald commited on
Commit
89656e4
·
verified ·
1 Parent(s): 61b7c11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -13,14 +13,20 @@ tags:
13
 
14
  The SPIDER dataset contains (human) lumbar spine magnetic resonance images (MRI) and segmentation masks described in the following paper:
15
 
16
- - **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.*
17
- Sci Data 11, 264 (2024). https://doi.org/10.1038/s41597-024-03090-w**
18
 
19
  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/).
20
 
21
- ![Example MRI Image](docs/ex1.png)
 
 
 
22
 
23
- ![Example MRI Image with Segmentation Mask](docs/ex2.png)
 
 
 
24
 
25
  ## Getting Started
26
 
 
13
 
14
  The SPIDER dataset contains (human) lumbar spine magnetic resonance images (MRI) and segmentation masks described in the following paper:
15
 
16
+ - 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.*
17
+ Sci Data 11, 264 (2024). https://doi.org/10.1038/s41597-024-03090-w
18
 
19
  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/).
20
 
21
+ <figure>
22
+ <img src="docs/ex1.png" alt="Example MRI Image" style="height:300px;">
23
+ <figcaption>Example MRI scan (at three different depths)</figcaption>
24
+ </figure>
25
 
26
+ <figure>
27
+ <img src="docs/ex2.png" alt="Example MRI Image with Segmentation Mask" style="height:300px;">
28
+ <figcaption>Example MRI scan with segmentation masks</figcaption>
29
+ </figure>
30
 
31
  ## Getting Started
32