- Download 'archive.zip' from https://www.kaggle.com/datasets/washingtongold/lidcidri30
- Unzip it into lidc directory (this could take a while)
unzip archive.zip -d lidc
Some old dependencies won't run with newer versions of numpy and python. In python 3.9 everything works fine.
python3.9 -m venv venv
source venv/bin/activate
python3.9 -m pip install -r requirements.txt