Spaces:
Running
Running
Updated intro and citation after arXiv update
Browse files
README.md
CHANGED
@@ -24,7 +24,9 @@ app_file: demo/app.py
|
|
24 |
|
25 |
## [Brief intro](https://github.com/raidionics/AeroPath#brief-intro)
|
26 |
|
27 |
-
This
|
|
|
|
|
28 |
|
29 |
## [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>
|
30 |
|
@@ -71,16 +73,29 @@ python demo/app.py --cwd ./
|
|
71 |
|
72 |
## [Citation](https://github.com/raidionics/AeroPath#citation)
|
73 |
|
74 |
-
If you found
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
```
|
76 |
@article{bouget2023raidionics,
|
|
|
77 |
author = {Bouget, David and Alsinan, Demah and Gaitan, Valeria and Holden Helland, Ragnhild and Pedersen, André and Solheim, Ole and Reinertsen, Ingerid},
|
78 |
year = {2023},
|
79 |
month = {09},
|
80 |
pages = {},
|
81 |
-
title = {Raidionics: an open software for pre-and postoperative central nervous system tumor segmentation and standardized reporting},
|
82 |
volume = {13},
|
83 |
journal = {Scientific Reports},
|
84 |
doi = {10.1038/s41598-023-42048-7},
|
85 |
}
|
86 |
```
|
|
|
|
24 |
|
25 |
## [Brief intro](https://github.com/raidionics/AeroPath#brief-intro)
|
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 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 |
|
|
|
73 |
|
74 |
## [Citation](https://github.com/raidionics/AeroPath#citation)
|
75 |
|
76 |
+
If you found the dataset and/or web application relevant in your research, please cite the following reference:
|
77 |
+
```
|
78 |
+
@misc{støverud2023aeropath,
|
79 |
+
title={{AeroPath: An airway segmentation benchmark dataset with challenging pathology}},
|
80 |
+
author={Karen-Helene Støverud and David Bouget and Andre Pedersen and Håkon Olav Leira and Thomas Langø and Erlend Fagertun Hofstad},
|
81 |
+
year={2023},
|
82 |
+
eprint={2311.01138},
|
83 |
+
archivePrefix={arXiv},
|
84 |
+
primaryClass={cs.CV}
|
85 |
+
}
|
86 |
+
```
|
87 |
+
|
88 |
+
The web application is using the [Raidionics]() backend, thus, also consider citing:
|
89 |
```
|
90 |
@article{bouget2023raidionics,
|
91 |
+
title = {Raidionics: an open software for pre-and postoperative central nervous system tumor segmentation and standardized reporting},
|
92 |
author = {Bouget, David and Alsinan, Demah and Gaitan, Valeria and Holden Helland, Ragnhild and Pedersen, André and Solheim, Ole and Reinertsen, Ingerid},
|
93 |
year = {2023},
|
94 |
month = {09},
|
95 |
pages = {},
|
|
|
96 |
volume = {13},
|
97 |
journal = {Scientific Reports},
|
98 |
doi = {10.1038/s41598-023-42048-7},
|
99 |
}
|
100 |
```
|
101 |
+
|