andreped commited on
Commit
27321e4
β€’
2 Parent(s): 1eb32b4 2c7d43a

Merge pull request #45 from andreped/arxiv

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -28,6 +28,25 @@ This repository contains the AeroPath dataset described in ["_AeroPath: An airwa
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
 
33
  To access the live demo, click on the `Hugging Face` badge above. Below is a snapshot of the current state of the demo app.
 
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
+
33
+ The dataset contains 27 CTs with corresponding airways and lung annotations. The folder structure is described below:
34
+
35
+ ```
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>
51
 
52
  To access the live demo, click on the `Hugging Face` badge above. Below is a snapshot of the current state of the demo app.