andreped commited on
Commit
1eb32b4
2 Parent(s): 434ec5b 3b9d4b9

Merge pull request #44 from andreped/arxiv

Browse files
Files changed (1) hide show
  1. README.md +22 -4
README.md CHANGED
@@ -12,7 +12,7 @@ app_file: demo/app.py
12
 
13
  <div align="center">
14
  <h1 align="center">AeroPath</h1>
15
- <h3 align="center">automatic airway segmentation using deep learning</h3>
16
 
17
  [![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE)
18
  [![CI/CD](https://github.com/raidionics/AeroPath/actions/workflows/deploy.yml/badge.svg)](https://github.com/raidionics/AeroPath/actions/workflows/deploy.yml)
@@ -24,7 +24,9 @@ app_file: demo/app.py
24
 
25
  ## [Brief intro](https://github.com/raidionics/AeroPath#brief-intro)
26
 
27
- This web application enables users to easily test our deep learning model for airway segmentation in CTs. The plugin is built on top of gradio using the same backend as used for the [Raidionics](https://raidionics.github.io/) software. Raidionics is an open-source, free-to-use desktop application for pre- and postoperative central nervous system tumor segmentation and standardized reporting, but the same core backend principles can easily be adapted to other applications, as demonstrated in this repository.
 
 
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,32 @@ python demo/app.py --cwd ./
71
 
72
  ## [Citation](https://github.com/raidionics/AeroPath#citation)
73
 
74
- If you found this tool relevant in your research, please cite the following reference which introduced the backend that is used for the AeroPath demonstration:
 
 
 
 
 
 
 
 
 
 
 
 
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
  ```
 
 
 
 
 
12
 
13
  <div align="center">
14
  <h1 align="center">AeroPath</h1>
15
+ <h3 align="center">An airway segmentation benchmark dataset with challenging pathology</h3>
16
 
17
  [![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE)
18
  [![CI/CD](https://github.com/raidionics/AeroPath/actions/workflows/deploy.yml/badge.svg)](https://github.com/raidionics/AeroPath/actions/workflows/deploy.yml)
 
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
+
102
+ ## [License](https://github.com/raidionics/AeroPath#license)
103
+
104
+ The code in this repository is released under [MIT license](https://github.com/raidionics/AeroPath/blob/main/LICENSE.md).