Skip to content

Commit

Permalink
refactor: Move data location
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisborn committed Jul 9, 2024
1 parent 29f4306 commit 8c2bd8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This repo contains the code for the paper [`Accelerating Detection of Lung Patho
### Dataset
Feel free to use (and [cite](#Citation)) our dataset. We currently have >200 LUS videos labelled with a diagnostic outcome. Moreover, lung severity scores for 136 videos are made available in the [dataset_metadata.csv](./data/dataset_metadata.csv) under the column **"Lung Severity Score"** from [Gare et al., 2022](https://arxiv.org/abs/2201.07357). Further clinical information (symptoms, visible LUS patterns etc) are provided for some videos. For details see [data/README.md](data/README.md).

If you are looking for more data, please consider using the 40,000 [carefully simulated LUS images](https://gitlab.com/pulselab/covid19) and paired labels from the paper by [Zhao et al. (2024, *Communications Medicine*)](https://www.nature.com/articles/s43856-024-00463-5). In addition, segmentation labels for a subset of the in vivo data in this repo are also available. For details see [PULSE Lab Repository/README.md](PULSE%20Lab%20Repository/README.md).
If you are looking for more data, please consider using the 40,000 [carefully simulated LUS images](https://gitlab.com/pulselab/covid19) and paired labels from the paper by [Zhao et al. (2024, *Communications Medicine*)](https://www.nature.com/articles/s43856-024-00463-5). In addition, segmentation labels for a subset of the in vivo data in this repo are also available. For details see [data/pulselab/README.md](data/PulseLab/README.md).

**NOTE: Please make sure to create a meaningful train/test data split. Do not split the data on a frame-level, but on a video/patient-level. The task becomes trivial otherwise. See the instructions [here](pocovidnet/#cross-validation-splitting).**

Expand Down
File renamed without changes.

0 comments on commit 8c2bd8c

Please sign in to comment.