Added dataset structure to README
Browse files
README.md
CHANGED
|
@@ -28,6 +28,25 @@ This repository contains the AeroPath dataset described in ["_AeroPath: An airwa
|
|
| 28 |
|
| 29 |
The dataset can be accessed from [Releases](https://github.com/raidionics/AeroPath/releases).
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
## [Demo](https://github.com/raidionics/AeroPath#demo) <a target="_blank" href="https://huggingface.co/spaces/andreped/AeroPath"><img src="https://img.shields.io/badge/π€%20Hugging%20Face-Spaces-yellow.svg"></a>
|
| 32 |
|
| 33 |
To access the live demo, click on the `Hugging Face` badge above. Below is a snapshot of the current state of the demo app.
|
|
|
|
| 28 |
|
| 29 |
The dataset can be accessed from [Releases](https://github.com/raidionics/AeroPath/releases).
|
| 30 |
|
| 31 |
+
## [Dataset structure](https://github.com/raidionics/AeroPath#data-structure)
|
| 32 |
+
|
| 33 |
+
The dataset contains 27 CTs with corresponding airways and lung annotations. The folder structure is described below:
|
| 34 |
+
|
| 35 |
+
```
|
| 36 |
+
βββ AeroPath.zip
|
| 37 |
+
βββ README.md
|
| 38 |
+
βββ AeroPath/
|
| 39 |
+
βββ pat1/
|
| 40 |
+
β βββ pat1_ct.nii.gz
|
| 41 |
+
β βββ pat1_airways.nii.gz
|
| 42 |
+
β βββ pat1_lungs.nii.gz
|
| 43 |
+
βββ [...]
|
| 44 |
+
βββ pat27/
|
| 45 |
+
βββ pat27_ct.nii.gz
|
| 46 |
+
βββ pat27_airways.nii.gz
|
| 47 |
+
βββ pat27_lungs.nii.gz
|
| 48 |
+
```
|
| 49 |
+
|
| 50 |
## [Demo](https://github.com/raidionics/AeroPath#demo) <a target="_blank" href="https://huggingface.co/spaces/andreped/AeroPath"><img src="https://img.shields.io/badge/π€%20Hugging%20Face-Spaces-yellow.svg"></a>
|
| 51 |
|
| 52 |
To access the live demo, click on the `Hugging Face` badge above. Below is a snapshot of the current state of the demo app.
|