updated README.md
Browse files
README.md
CHANGED
@@ -34,10 +34,20 @@ Original data are available on [Zenodo](https://zenodo.org/records/8009680). Mor
|
|
34 |
|
35 |
# Dataset Description
|
36 |
|
37 |
-
- **Paper:** [Lumbar spine segmentation in MR images: a dataset and a public benchmark](https://www.nature.com/articles/s41597-024-03090-w)
|
|
|
38 |
- **Repository:** [Zenodo](https://zenodo.org/records/8009680)
|
39 |
- **Grand Challenge:** [SPIDER Grand Challenge](https://spider.grand-challenge.org/)
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
# Table of Contents (TOC)
|
42 |
|
43 |
1. [Getting Started](https://huggingface.co/datasets/cdoswald/SPIDER#getting-started)
|
@@ -82,8 +92,7 @@ from datasets import load_dataset
|
|
82 |
dataset = load_dataset("cdoswald/SPIDER, name="default", trust_remote_code=True)
|
83 |
```
|
84 |
|
85 |
-
|
86 |
-
and using the dataset for [segmentation tasks](tutorials/segment_anything.ipynb) are provided in the [tutorials](tutorials) folder.
|
87 |
|
88 |
# Dataset Summary
|
89 |
|
|
|
34 |
|
35 |
# Dataset Description
|
36 |
|
37 |
+
- **Published Paper:** [Lumbar spine segmentation in MR images: a dataset and a public benchmark](https://www.nature.com/articles/s41597-024-03090-w)
|
38 |
+
- **ArXiv Link:** https://arxiv.org/abs/2306.12217
|
39 |
- **Repository:** [Zenodo](https://zenodo.org/records/8009680)
|
40 |
- **Grand Challenge:** [SPIDER Grand Challenge](https://spider.grand-challenge.org/)
|
41 |
|
42 |
+
# Tutorials
|
43 |
+
|
44 |
+
In addition to the information in this README, several detailed tutorials are provided in the [tutorials](tutorials) folder:
|
45 |
+
|
46 |
+
1. [Loading the Dataset](tutorials/load_data.ipynb)
|
47 |
+
2. [Applying the U-Net Image Segmentation Model to SPIDER](tutorials/UNet_segmentation_with_SPIDER.ipynb)
|
48 |
+
|
49 |
+
<br>
|
50 |
+
|
51 |
# Table of Contents (TOC)
|
52 |
|
53 |
1. [Getting Started](https://huggingface.co/datasets/cdoswald/SPIDER#getting-started)
|
|
|
92 |
dataset = load_dataset("cdoswald/SPIDER, name="default", trust_remote_code=True)
|
93 |
```
|
94 |
|
95 |
+
See the [Loading the Dataset](tutorials/load_data.ipynb) tutorial for more information.
|
|
|
96 |
|
97 |
# Dataset Summary
|
98 |
|