LIDC
May 31, 2021 ยท View on GitHub
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.
Setup MIC LIDC Data preprocessing
- Follow https://github.com/MIC-DKFZ/LIDC-IDRI-processing to convert the LIDC data into a simpler format.
- Follow the installation instructions of nnDetection and create a data directory name
Task012_LIDC. - Place the
data_nrrdfolder andcharacteristics.csvintoTask012_LIDC / raw - Run
python prepare_mic.pyinprojects / Task012_LIDC / scriptsof the nnDetection repository. - Copy the
splits_final.pklfromprojects / Task012_LIDCinto the preprocessed folder of the data (if the preprocessing wasn't run until now, it is nesseary to manually create the folder)
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