README.md 1005 Bytes
Newer Older
mibaumgartner's avatar
mibaumgartner committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# LIDC
**Disclaimer**: We are not the host of the data.
Please make sure to read the requirements and usage policies of the data and **give credit to the authors of the dataset**!

Please read the information from the homepage carefully and follow the rules and instructions provided by the original authors when using the data.
- Homepage: https://wiki.cancerimagingarchive.net/display/Public/LIDC-IDRI

## Setup MIC LIDC Data preprocessing
0. Follow https://github.com/MIC-DKFZ/LIDC-IDRI-processing to convert the LIDC data into a simpler format. 
1. Follow the installation instructions of nnDetection and create a data directory name `Task012_LIDC`.
2. Place the `data_nrrd` folder and `characteristics.csv` into `Task012_LIDC / raw`
3. Run `python prepare_mic.py` in `projects / Task012_LIDC / scripts` of the nnDetection repository.

The data is now converted to the correct format and the instructions from the nnDetection README can be used to train the networks.

## Setup PyLIDC
**Coming Soon**