Spaces:
Running
Running
Merge pull request #48 from raidionics/zenodo
Browse files
README.md
CHANGED
|
@@ -17,6 +17,8 @@ app_file: demo/app.py
|
|
| 17 |
[](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE)
|
| 18 |
[](https://github.com/raidionics/AeroPath/actions/workflows/deploy.yml)
|
| 19 |
<a target="_blank" href="https://huggingface.co/spaces/andreped/AeroPath"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-yellow.svg"></a>
|
|
|
|
|
|
|
| 20 |
|
| 21 |
**AeroPath** was developed by SINTEF Medical Image Analysis to accelerate medical AI research.
|
| 22 |
|
|
@@ -26,7 +28,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
|
| 30 |
|
| 31 |
## [Dataset structure](https://github.com/raidionics/AeroPath#data-structure)
|
| 32 |
|
|
@@ -104,6 +106,22 @@ If you found the dataset and/or web application relevant in your research, pleas
|
|
| 104 |
}
|
| 105 |
```
|
| 106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
The web application is using the [Raidionics]() backend, thus, also consider citing:
|
| 108 |
```
|
| 109 |
@article{bouget2023raidionics,
|
|
|
|
| 17 |
[](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE)
|
| 18 |
[](https://github.com/raidionics/AeroPath/actions/workflows/deploy.yml)
|
| 19 |
<a target="_blank" href="https://huggingface.co/spaces/andreped/AeroPath"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-yellow.svg"></a>
|
| 20 |
+
[](https://doi.org/10.5281/zenodo.10069288)
|
| 21 |
+
[]([arXiv](https://arxiv.org/abs/2311.01138))
|
| 22 |
|
| 23 |
**AeroPath** was developed by SINTEF Medical Image Analysis to accelerate medical AI research.
|
| 24 |
|
|
|
|
| 28 |
|
| 29 |
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.
|
| 30 |
|
| 31 |
+
The dataset is made openly available at Zenodo [here](https://zenodo.org/records/10069289).
|
| 32 |
|
| 33 |
## [Dataset structure](https://github.com/raidionics/AeroPath#data-structure)
|
| 34 |
|
|
|
|
| 106 |
}
|
| 107 |
```
|
| 108 |
|
| 109 |
+
The dataset is hosted at Zenodo, so you should also cite the following:
|
| 110 |
+
```
|
| 111 |
+
@dataset{hofstad_2023_10069289,
|
| 112 |
+
author = {Hofstad, Erlend and
|
| 113 |
+
Bouget, David and
|
| 114 |
+
Pedersen, André},
|
| 115 |
+
title = {{AeroPath: An airway segmentation benchmark dataset
|
| 116 |
+
with challenging pathology}},
|
| 117 |
+
month = nov,
|
| 118 |
+
year = 2023,
|
| 119 |
+
publisher = {Zenodo},
|
| 120 |
+
doi = {10.5281/zenodo.10069289},
|
| 121 |
+
url = {https://doi.org/10.5281/zenodo.10069289}
|
| 122 |
+
}
|
| 123 |
+
```
|
| 124 |
+
|
| 125 |
The web application is using the [Raidionics]() backend, thus, also consider citing:
|
| 126 |
```
|
| 127 |
@article{bouget2023raidionics,
|