andreped commited on
Commit
736b0e3
β€’
2 Parent(s): bac0162 605eb3e

Merge pull request #47 from raidionics/readme_update

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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 from [Releases](https://github.com/raidionics/AeroPath/releases).
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
- β”œβ”€β”€ 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>
 
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>