Spaces:
Sleeping
Sleeping
Merge pull request #47 from raidionics/readme_update
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ app_file: demo/app.py
|
|
26 |
|
27 |
This repository contains the AeroPath dataset described in ["_AeroPath: An airway segmentation benchmark dataset with challenging pathology_"](https://arxiv.org/abs/2311.01138). A web application was also developed in the study, to enable users to easily test our deep learning model on their own data. The application was developed using [Gradio](https://www.gradio.app) for the frontend and the segmentation is performed using the [Raidionics](https://raidionics.github.io/) backend.
|
28 |
|
29 |
-
The dataset can be accessed
|
30 |
|
31 |
## [Dataset structure](https://github.com/raidionics/AeroPath#data-structure)
|
32 |
|
@@ -36,15 +36,15 @@ The dataset contains 27 CTs with corresponding airways and lung annotations. The
|
|
36 |
βββ AeroPath.zip
|
37 |
βββ README.md
|
38 |
βββ AeroPath/
|
39 |
-
βββ
|
40 |
-
β βββ
|
41 |
-
β βββ
|
42 |
-
β βββ
|
43 |
βββ [...]
|
44 |
-
βββ
|
45 |
-
βββ
|
46 |
-
βββ
|
47 |
-
βββ
|
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>
|
|
|
26 |
|
27 |
This repository contains the AeroPath dataset described in ["_AeroPath: An airway segmentation benchmark dataset with challenging pathology_"](https://arxiv.org/abs/2311.01138). A web application was also developed in the study, to enable users to easily test our deep learning model on their own data. The application was developed using [Gradio](https://www.gradio.app) for the frontend and the segmentation is performed using the [Raidionics](https://raidionics.github.io/) backend.
|
28 |
|
29 |
+
The dataset can be accessed [here](https://zenodo.org/records/10069289).
|
30 |
|
31 |
## [Dataset structure](https://github.com/raidionics/AeroPath#data-structure)
|
32 |
|
|
|
36 |
βββ AeroPath.zip
|
37 |
βββ README.md
|
38 |
βββ AeroPath/
|
39 |
+
βββ 1/
|
40 |
+
β βββ 1_CT_HR.nii.gz
|
41 |
+
β βββ 1_CT_HR_label_airways.nii.gz
|
42 |
+
β βββ 1_CT_HR_label_lungs.nii.gz
|
43 |
βββ [...]
|
44 |
+
βββ 27/
|
45 |
+
βββ 27_CT_HR.nii.gz
|
46 |
+
βββ 27_CT_HR_label_airways.nii.gz
|
47 |
+
βββ 27_CT_HR_label_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>
|