Update README.md
Browse files
README.md
CHANGED
@@ -51,15 +51,15 @@ for d in dataset["test"]:
|
|
51 |
print(d)
|
52 |
```
|
53 |
|
54 |
-
A detailed interactive demo on how to load and work with the data can be seen on CoLab. Click the CoLab badge <a href="https://colab.research.google.com/gist/andreped/6070d1d2914a9ce5847d4b3e687188b7/
|
55 |
|
56 |
|
57 |
### [Dataset structure](https://github.com/raidionics/LyNoS#dataset-structure)
|
58 |
|
59 |
```
|
60 |
-
βββ
|
61 |
βββ stations_sto.csv
|
62 |
-
βββ
|
63 |
βββ Pat1/
|
64 |
β βββ pat1_data.nii.gz
|
65 |
β βββ pat1_labels_Azygos.nii.gz
|
|
|
51 |
print(d)
|
52 |
```
|
53 |
|
54 |
+
A detailed interactive demo on how to load and work with the data can be seen on CoLab. Click the CoLab badge <a href="https://colab.research.google.com/gist/andreped/6070d1d2914a9ce5847d4b3e687188b7/LyNoS-load-dataset-example.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a> to see the notebook or alternatively click [here](https://github.com/raidionics/LyNoS/blob/main/notebooks/aeropath-load-dataset-example.ipynb) to see it on GitHub.
|
55 |
|
56 |
|
57 |
### [Dataset structure](https://github.com/raidionics/LyNoS#dataset-structure)
|
58 |
|
59 |
```
|
60 |
+
βββ LyNoS.zip
|
61 |
βββ stations_sto.csv
|
62 |
+
βββ LyNoS/
|
63 |
βββ Pat1/
|
64 |
β βββ pat1_data.nii.gz
|
65 |
β βββ pat1_labels_Azygos.nii.gz
|