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

  1. Follow https://github.com/MIC-DKFZ/LIDC-IDRI-processing to convert the LIDC data into a simpler format.
  2. Follow the installation instructions of nnDetection and create a data directory name Task012_LIDC.
  3. Place the data_nrrd folder and characteristics.csv into Task012_LIDC / raw
  4. Run python prepare_mic.py in projects / Task012_LIDC / scripts of the nnDetection repository.
  5. Copy the splits_final.pkl from projects / Task012_LIDC into 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