Skip to content

Commit

Permalink
Added dataset structure to README
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped authored Nov 3, 2023
1 parent 3b9d4b9 commit 2c7d43a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,25 @@ This repository contains the AeroPath dataset described in ["_AeroPath: An airwa

The dataset can be accessed from [Releases](https://github.com/raidionics/AeroPath/releases).

## [Dataset structure](https://github.com/raidionics/AeroPath#data-structure)

The dataset contains 27 CTs with corresponding airways and lung annotations. The folder structure is described below:

```
└── AeroPath.zip
├── README.md
└── AeroPath/
├── pat1/
│ ├── pat1_ct.nii.gz
│ ├── pat1_airways.nii.gz
│ └── pat1_lungs.nii.gz
├── [...]
└── pat27/
├── pat27_ct.nii.gz
├── pat27_airways.nii.gz
└── pat27_lungs.nii.gz
```

## [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>

To access the live demo, click on the `Hugging Face` badge above. Below is a snapshot of the current state of the demo app.
Expand Down

0 comments on commit 2c7d43a

Please sign in to comment.